RE: Problems with RangeQueries

2011-05-09 Thread Uwe Schindler
http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Kolhoff, Jacqueline - ENCOWAY [mailto:kolh...@encoway.de] > Sent: Monday, May 09, 2011 12:30 PM > To: java-user@lucene.apache.org > Subject: AW: Problems with RangeQueries > > Oh sorry, yo

AW: Problems with RangeQueries

2011-05-09 Thread Kolhoff, Jacqueline - ENCOWAY
- Von: Uwe Schindler [mailto:u...@thetaphi.de] Gesendet: Montag, 9. Mai 2011 12:21 An: java-user@lucene.apache.org Betreff: RE: Problems with RangeQueries Hallo Jacqueline, I have no idea what classes inside Lucene you use, the term "FieldBridge" relates more to Hibernate Search, right? S

RE: Problems with RangeQueries

2011-05-09 Thread Uwe Schindler
y 09, 2011 11:10 AM > To: java-user@lucene.apache.org > Subject: Problems with RangeQueries > > Hi, > > I have indexed some numeric properties (double) by adding numeric fields > like this in a custom FieldBridge: > NumericField field = new NumericField(propertyName, Sto

Problems with RangeQueries

2011-05-09 Thread Kolhoff, Jacqueline - ENCOWAY
Hi, I have indexed some numeric properties (double) by adding numeric fields like this in a custom FieldBridge: NumericField field = new NumericField(propertyName, Store.YES, true); field.setDoubleValue(propertyValue); document.add(field); This works fine and with my RangeQueries I g