Hi all.
I'm, considering writing a migration to copy existing doc values into
points (after which I will discard their postings). So essentially I
have to implement three things:
public void intersect(String fieldName, IntersectVisitor visitor)
throws IOException
public byte[] getMinPacke
I'm using Lucene 4.10.4
I would like that if a document contains the word *"* *cheeseburger "* and
the search for *" cheese burger " or " cheese " or " **burger "* should
bring this document.
I tried *" DictionaryCompoundWordTokenFilter ". * But it uses a
brute-force algorithm. And the words to
23 January 2017, Apache Lucene⢠6.4.0 available
The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.0.
Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for
nearly any application that requires fu