Hi,
Phrases with stop words in them are not getting searched whereas a phrase
without it gets searched using ComplexPhraseQueryParser/SpanQueryParser.
SpanQueryParser reference: https://issues.apache.org/jira/browse/LUCENE-5205
The similar search works fine with classic parser which uses PhraseQ
Hello,
If I want to print out all strings within distance 2 of a given string, how
do I do it? I'm totally new to Lucene, so below are some parts that I'm
starting to assemble. Any tips are welcome. (Note, I'm not trying to index
or search through any particular document--I really just want to enu
Hi :)
I found the source of the problem. It is indeed the input string. It
comes from a csv export from a relational database. The inputStream of
this csv file was encoded with the wrong charset (ISO8859-1 instead of
CP1252). So the right single quote was returned as this character
correspond