How to use StandardAnalyzer

2007-03-16 Thread sandeep.chawla
Hi, I am new to Lucene Java API. I want to use StandardAnalyzer for tokenizing my document. How can I use it? Further how can I index Acronym and Company name as one term. I know , we can do this using StandardAnalyzer but I am not sure of the way. Thanks in advance Sandeep

Re: How to use StandardAnalyzer

2007-03-16 Thread James liu
You can read demo source code from lucene source package. 2007/3/16, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, I am new to Lucene Java API. I want to use StandardAnalyzer for tokenizing my document. How can I use it? Further how can I index Acronym and Company name as one term. I

Re: How to use StandardAnalyzer

2007-03-16 Thread Erick Erickson
Also, See SynonymAnalyzer in Lucene In Action. Erick On 3/16/07, James liu [EMAIL PROTECTED] wrote: You can read demo source code from lucene source package. 2007/3/16, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, I am new to Lucene Java API. I want to use StandardAnalyzer for