You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/03/27 12:16:54 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #455: Fix for lucene-cli appsettings.json required error + installation/run tests (See #453)

NightOwl888 opened a new pull request #455:
URL: https://github.com/apache/lucenenet/pull/455


   See #453.
   
   This fixes the `appsettings.json` to make it optional and also adds a default `appsettings.json` to demonstrate the default settings that are available.
   
   ### appsettings.json
   
   ```json
   {
     "egothor": { "stemmer": { "encoding": "UTF-8" } },
     "benchmark": { "work": { "dir": "work" } }
   }
   
   ```
   
   Note that `egothor:stemmer:encoding` can be set on the command line already, this is the default setting if no value is supplied. `benchmark:work:directory` can be supplied in a benchmark definition file and this is the default if it is not provided.
   
   This serves as temporary documentation until #307 is completed.
   
   Also, basic tests to install and run `lucene-cli` were added to ensure it can be installed and run without errors.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #455: Fix for lucene-cli appsettings.json required error + installation/run tests (See #453)

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #455:
URL: https://github.com/apache/lucenenet/pull/455


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org