RE: Multi value NumericFields - major issue

2011-06-09 Thread Uwe Schindler
...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Thursday, June 09, 2011 11:32 AM > To: java-user@lucene.apache.org > Subject: RE: Multi value NumericFields - major issue > > Hi, > > if you pass in a precisionStep != theDef

RE: Multi value NumericFields - major issue

2011-06-09 Thread Uwe Schindler
ct: Multi value NumericFields - major issue > > The javadocs for NumericField (lucene 2.9.4) state: > > You may add the same field name as a NumericField to the same document > more than once. Range querying and filtering will be the logical OR of all > values; so a range query wi

Multi value NumericFields - major issue

2011-06-09 Thread Tarr, Gregory
The javadocs for NumericField (lucene 2.9.4) state: You may add the same field name as a NumericField to the same document more than once. Range querying and filtering will be the logical OR of all values; so a range query will hit all documents that have at least one value in the range Furthermo