foat6uqf7y#query:org.apache.lucene.document.NumberTools+page:1+mid:tld3uekaylmu2cwt+state:results
> > > > >
> > > > >
> > > > > Thanks very much. :)
> > > > >
> > > > >
> > > > >
> > > > > 2008/8/13,
t; Hi,
> > > > >
> > > > > Lucene doesn't have the greater than operator. Perhaps you can use
> > > range
> > > > > queries to accomplish the same thing.
> > > > >
> > > > >
> > > > >
> &
> > > >
> > > >
> > > >
> > >
> >
> http://lucene.apache.org/java/2_3_2/queryparsersyntax.html#Range%20Searches
> > > >
> > > > Otis
> > > > --
> > > > Sematext -- http://sematext.com/ -- Lucene - S
gt; > > Lucene doesn't have the greater than operator. Perhaps you can use
> range
> > > queries to accomplish the same thing.
> > >
> > >
> > >
> >
> http://lucene.apache.org/java/2_3_2/queryparsersyntax.html#Range%20Searches
> > >
> &g
/lucene.apache.org/java/2_3_2/queryparsersyntax.html#Range%20Searches
> >
> > Otis
> > --
> > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
> >
> >
> >
> > - Original Message
> > > From: 장용석 <[EMAIL PROTECTED]>
> &
ntax.html#Range%20Searches
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
> - Original Message
> > From: 장용석 <[EMAIL PROTECTED]>
> > To: java-user@lucene.apache.org
> > Sent: Tuesday, August 12, 2008 6:01:00 AM
>
ssage
> From: 장용석 <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Tuesday, August 12, 2008 6:01:00 AM
> Subject: search for special condition.
>
> hi.
>
> I am searching for lucene api or function like query "FIELD > 1000"
>
> For ex
How about using NumberTools and range query/filters?
http://lucene.apache.org/java/2_3_2/api/core/org/apache/lucene/document/NumberTools.html
- Cheolgoo Kang
2008/8/12 장용석 <[EMAIL PROTECTED]>:
> hi.
>
> I am searching for lucene api or function like query "FIELD > 1000"
>
> For example, a user
hi.
I am searching for lucene api or function like query "FIELD > 1000"
For example, a user wants to search a product which price is bigger then
user's input.
If user's input is 1 then result are the products in index just like
"PRICE > 1"
Is there any way to search like that?
thanks.
J