Dear Lucene-developers,
I switched to using Lucene 3.5 a few weeks ago and suddenly sentences are
not correctly indexed anymore. Basically, fields can be correctly queried if
they contain one term but if there are multiple terms, the analyzer fails (i
use the latest Luke for testing).
So my quer
Dear Lucene-users,
I am a bit puzzled over this. I have a query which should return some
documents, if I use Luke, I obtain hits using the
org.apache.lucene.analysis.KeywordAnalyzer.
This is the query:
domain:NB-AR*
(I have data indexed using:
doc.add(new Field("domain", NB-ARC, Field.Store.YE