Yes.  Check out how Date support is implemented.  As a quick 
workaround... you could piggy-back on Lucene's existing date support 
by creating a Date via milliseconds that is the number your are 
trying to put in the index.

Note that internally, a bit-vector is created that is the same size 
as the index which might cause performance problems depending on the 
size of your index and typical queries you will have in your 
environment.

~ Dave Smiley

On Tuesday, May 21, 2002, at 08:53  PM, Victor Hadianto wrote:

> Can I use lucene to search greater than / less than a value in the 
> field? I
> have a field in the document that function as a score. I would need 
> to be
> able to search the index + the option having to say a field > 50
>
> Regards,
>
> --
> Victor Hadianto
>
> --
> To unsubscribe, e-mail:   <mailto:lucene-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:lucene-user-
> [EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to