Re: NumericField exact match

2010-02-27 Thread Yonik Seeley
On Fri, Feb 26, 2010 at 3:33 PM, Ivan Vasilev wrote: > Does it matter precision step when I use NumericRangeQuery for exact > matches? No. There is a full-precision version of the value indexed regardless of the precision step, and that's used for an exact match query. > I mean if I use the def

Re: NumericField exact match

2010-02-26 Thread Ivan Vasilev
.@sirma.bg] Sent: Friday, February 26, 2010 8:21 PM To: LUCENE MAIL LIST Subject: NumericField exact match Hi Guys, Is it possible to make exact searches on fields that are of type NumericField and if yes how? In the LIA book part 2 I found only information about Range searches on such fields

RE: NumericField exact match

2010-02-26 Thread Uwe Schindler
- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Ivan Vasilev [mailto:ivasi...@sirma.bg] > Sent: Friday, February 26, 2010 8:21 PM > To: LUCENE MAIL LIST > Subject: NumericField exact match >

NumericField exact match

2010-02-26 Thread Ivan Vasilev
Hi Guys, Is it possible to make exact searches on fields that are of type NumericField and if yes how? In the LIA book part 2 I found only information about Range searches on such fields and how to Sort them. Example - I have field "size" that can take integers as values. I want to get docs t