감사합니다:)
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
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
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
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
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
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
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
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