Ask about method QueryParser.parser

2005-11-08 Thread Hai Do Thanh
Dear all, I really appreciate your work on Lucene. It is apparently a helpful API for my project on indexed Document searching. On the whole, It works properly and perfectly. However, there is a problem when I try to query what I have indexed with the keyword received through internet using Servl

[OTAnn] Feedback

2005-11-08 Thread shenanigans
I was interested in getting feedback from current mail group users. We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband. Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds broadcas

Re: korean and lucene

2005-11-08 Thread Andrzej Bialecki
KwonNam Son wrote: First of all, I really appreciate your work on Lucene for Korean words, But If we cannot support stem analyzer for Korean words, I think one token for one Korean character is better. When we search a word, usually we use "검색" not "검색하다". ("하다" is like "ed" of "searched"). If

Re: korean and lucene

2005-11-08 Thread KwonNam Son
First of all, I really appreciate your work on Lucene for Korean words, But If we cannot support stem analyzer for Korean words, I think one token for one Korean character is better. When we search a word, usually we use "검색" not "검색하다". ("하다" is like "ed" of "searched"). If we cannot get any res

Re: korean and lucene

2005-11-08 Thread Youngho Cho
- Original Message - From: "Cheolgoo Kang" <[EMAIL PROTECTED]> To: "Youngho Cho" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 08, 2005 5:53 PM Subject: Re: korean and lucene > On 11/8/05, Youngho Cho <[EMAIL PROTECTED]> wrote: > > Hello, > > > > just simple test ... > > If I compile

Re: korean and lucene

2005-11-08 Thread Cheolgoo Kang
On 11/8/05, Youngho Cho <[EMAIL PROTECTED]> wrote: > Hello, > > just simple test ... > If I compile the javacc correctly.. > the patched version doesn't match some situation > for example > in text > '엔진박지성(맨체스터 유나이티드)이 주말 프리미어리그를 위해 벤치를 지키며 재충전의 시간을 가졌다.' > if query word is '시간' than nothing mat

Re: korean and lucene

2005-11-08 Thread Youngho Cho
Hello, just simple test ... If I compile the javacc correctly.. the patched version doesn't match some situation for example in text '엔진박지성(맨체스터 유나이티드)이 주말 프리미어리그를 위해 벤치를 지키며 재충전의 시간을 가졌다.' if query word is '시간' than nothing match but if query word is '시간을' than good match. I think there is

Re: SpanQuery parser? Update (ugly hack inside...)

2005-11-08 Thread Paul Elschot
On Tuesday 08 November 2005 00:05, Sean O'Connor wrote: ... > When I looked at using surround queries, I believe I got stuck finding > access to the spans information. I was pressed for time, and only looked They are in the org.apache.lucene.search.spans package, not in the surround language. >