marple
marple copied to clipboard
Browser-driven explorer for lucene indexes
I could compile the master branch, but for lucene-7 I get these errors: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...
I tried to open an index created with the current lucene 7.7.1, but it fails with the following message: Exception in thread "main" org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource...
We use lucene to index multiple classes using hibernate search and as such we have the index root path of `/opt/lucene` inside which we have multiple index folders. It would...
Adds document to the field document details, right after the position offset.
It's debatable what the filter should do when a non-UTF8 encoding is selected (e.g. base64). Should it be applied against the *representation* of the term? (e.g. the filter "MSw" will...