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
-
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
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
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