Re: search for special condition.

2008-08-19 Thread Mr Shore
foat6uqf7y#query:org.apache.lucene.document.NumberTools+page:1+mid:tld3uekaylmu2cwt+state:results > > > > > > > > > > > > > > > Thanks very much. :) > > > > > > > > > > > > > > > > > > > > 2008/8/13,

Re: search for special condition.

2008-08-17 Thread 장용석
t; Hi, > > > > > > > > > > Lucene doesn't have the greater than operator. Perhaps you can use > > > range > > > > > queries to accomplish the same thing. > > > > > > > > > > > > > > > > &

Re: search for special condition.

2008-08-15 Thread Mr Shore
> > > > > > > > > > > > > > > > > > http://lucene.apache.org/java/2_3_2/queryparsersyntax.html#Range%20Searches > > > > > > > > Otis > > > > -- > > > > Sematext -- http://sematext.com/ -- Lucene - S

Re: search for special condition.

2008-08-13 Thread 장용석
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

Re: search for special condition.

2008-08-13 Thread Mr Shore
/lucene.apache.org/java/2_3_2/queryparsersyntax.html#Range%20Searches > > > > Otis > > -- > > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > > > > > - Original Message > > > From: 장용석 <[EMAIL PROTECTED]> > &

Re: search for special condition.

2008-08-12 Thread 장용석
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 >

Re: search for special condition.

2008-08-12 Thread Otis Gospodnetic
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

Re: search for special condition.

2008-08-12 Thread Cheolgoo Kang
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

search for special condition.

2008-08-12 Thread 장용석
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