Re: search for special condition.

2008-08-19 Thread Mr Shore
감사합니다:) 2008/8/18 장용석 <[EMAIL PROTECTED]> > Hi. > Yes, that method is in lucene. > I'm sorry about I did misunderstand your words. > I hope that you will find the way for you want. > > bye.:) > > > 2008/8/16, Mr Shore <[EMAIL PROTECTED]>: > > > > thanks,Jang > > but I didn't find the method isTok

Re: search for special condition.

2008-08-17 Thread 장용석
Hi. Yes, that method is in lucene. I'm sorry about I did misunderstand your words. I hope that you will find the way for you want. bye.:) 2008/8/16, Mr Shore <[EMAIL PROTECTED]>: > > thanks,Jang > but I didn't find the method isTokenChar > maybe it's in lucene,right? > but I'm using nutch this t

Re: search for special condition.

2008-08-15 Thread Mr Shore
thanks,Jang but I didn't find the method isTokenChar maybe it's in lucene,right? but I'm using nutch this time. thank u all the same:) 2008/8/14 장용석 <[EMAIL PROTECTED]> > Hi. I was very happy ,you are love Korean language a lot :) > So do you want search for special characters? > > If you want in

Re: search for special condition.

2008-08-13 Thread 장용석
Hi. I was very happy ,you are love Korean language a lot :) So do you want search for special characters? If you want include special characters when indexing, you can override method in class Tokenizer. Method's name is isTokenChar(char c). protected boolean isTokenChar(char c) { return

Re: search for special condition.

2008-08-13 Thread Mr Shore
can nutch or lucene support search for special characters like .? when i search ".net" many result come for "net" i want to exclude them ps:i love korean language a lot 2008/8/13 장용석 <[EMAIL PROTECTED]> > hi. thank you for your response. > > I was found the way with your help. > > There are class

Re: search for special condition.

2008-08-12 Thread 장용석
hi. thank you for your response. I was found the way with your help. There are class that name is ConstantScoreRangeQuery and NumberTools. Reference site is here. http://markmail.org/message/dcirmifoat6uqf7y#query:org.apache.lucene.document.NumberTools+page:1+mid:tld3uekaylmu2cwt+state:results

Re: search for special condition.

2008-08-12 Thread Otis Gospodnetic
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 - Solr - Nutch - Original Message > Fro

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