Re: Searches with phonetics

2012-12-17 Thread Steve Rowe
In addition to reindexing, you should insure that your query analyzer has the same lowercasing behavior as your index analyzer. Otherwise "july" may not match "July", and vice versa. On Dec 17, 2012, at 4:57 AM, Sangeetha wrote: > Hi, > > I have not done anything in my schema.xml for phoneti

Re: Searches with phonetics

2012-12-17 Thread Erik Hatcher
You need to reindex :) Erik On Dec 17, 2012, at 03:59 , Sangeetha wrote: > > > I have docs which contains the word July. If i search with juli also it > return July. > > I have removed in my > schema.xml. Now it return nothing when i search July. It return July only if > i give juli.

Re: Searches with phonetics

2012-12-17 Thread Sangeetha
I have docs which contains the word July. If i search with juli also it return July. I have removed in my schema.xml. Now it return nothing when i search July. It return July only if i give juli. What should i do? I want to search the exact words which are in docs. I need to do auto-suggest al

Re: Searches with phonetics

2012-12-17 Thread Erik Hatcher
This is probably due to stemming. Removing the stemming (porter or snowball) from you analysis chains should do the trick. (And reindex) Erik On Dec 17, 2012, at 2:57, Sangeetha wrote: > Hi, > > I have not done anything in my schema.xml for phonetics search. But it > searches and returns