Re: lucene3.0.3 | Special character indexing

2011-03-14 Thread Vinaya Kumar Thimmappa
Hello Ranjit, Can you use the latest luke tool ? It has analyzer section which helps in deciding which analyzer to use based on the input. Hope this helps -vinaya On Monday 14 March 2011 07:18 PM, Ranjit Kumar wrote: Hi, I am creating index using Lucene 3.0.3 *StandardAnalyzer*. when sear

Re: lucene3.0.3 | Special character indexing

2011-03-14 Thread Ian Lea
Google finds http://www.gossamer-threads.com/lists/lucene/java-user/91750which looks like a good starting point. -- Ian. P.S. Plain text emails are preferable. On Mon, Mar 14, 2011 at 1:48 PM, Ranjit Kumar wrote: > Hi, > > I am creating index using Lucene 3.0.3 *StandardAnalyzer*. > > when

lucene3.0.3 | Special character indexing

2011-03-14 Thread Ranjit Kumar
Hi, I am creating index using Lucene 3.0.3 StandardAnalyzer. when searching is made on index using query like C, C# or C++ it gives same result for all these three term. As, I know while creating index analyzer ignore special character and do not create index for same. I have tried KeywordAna