LUCENE_35 index keyword analyzer only doesn't like indexed sentences

2012-01-16 Thread ejblom
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

Don't get results wheras Luke does...

2011-12-06 Thread ejblom
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