Re: Help with phrase indexing

2009-05-17 Thread Anshum
Hi, Actually I'd really suggest you to 'buy' a copy of Lucene In Action - 2nd Edition. Its currently available as MEAP and its amazing. Perhaps the prices are also down 40% or something, though 'm not really sure about it. -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts express

Re: Help with phrase indexing

2009-05-17 Thread Ridzwan Aminuddin
HI all, thanks for the responses thus far. Another question linked to the first, do you guys know any good tutorials or startpoint for me to understand how to go about designing my own customized analyzer? This would be of great help. Thanks in advance! Regards, Ridzwan 2009/5/14 Asbjørn A.

Re: Help with phrase indexing

2009-05-14 Thread Asbjørn A . Fellinghaug
Seid Mohammed: > I need this exactly solution. > Can you please tell me how could I DO IT? > I am badly in nead of it > > On Thu, May 14, 2009 at 5:58 AM, Ridzwan Aminuddin > > wrote: > > > >> Hi all, > >> > >> Is Lucene able to index phrases instead if individual terms? If it is, can > >> we also

Re: Help with phrase indexing

2009-05-14 Thread Seid Mohammed
I need this exactly solution. Can you please tell me how could I DO IT? I am badly in nead of it On 5/14/09, Anshum wrote: > If I'm interpreting your need correctly, you want to index untokenized > strings, is it? Even if you aren't looking for untokenized indexing, you > could always use/design

Re: Help with phrase indexing

2009-05-13 Thread Anshum
If I'm interpreting your need correctly, you want to index untokenized strings, is it? Even if you aren't looking for untokenized indexing, you could always use/design a suitable analyzer which indexes your docuement exactly as you want, Yes, what you also are looking at is some kind of a synonym a

Help with phrase indexing

2009-05-13 Thread Ridzwan Aminuddin
Hi all, Is Lucene able to index phrases instead if individual terms? If it is, can we also feed it a 'thesaurus or dictionary' of phrases that it should look out for when indexing. Thanks in advance, Ridzwan