Re: singular and plural search

2009-10-21 Thread Matthew Hall
If I recall correctly the highlighter also has an analyzer passed to it. Ensure that this is the same one as well. Matt m.harig wrote: Thanks erick , It works fine , if i use the (code snippet found from nabble) same analyzer for both indexing & querying . But the highlighter has gone f

Re: singular and plural search

2009-10-21 Thread m.harig
his message in context: http://www.nabble.com/singular-and-plural-search-tp25990682p25992428.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.

Re: singular and plural search

2009-10-21 Thread m.harig
#x27;s usually in my code . And if it's *not* in my code, a test case provides the Lucene folks with something to work with. sorry , am not clear with this. The analyzer itself looks like it should do what you want on a cursory inspection. Best Erick -- View this message in co

Re: singular and plural search

2009-10-21 Thread Erick Erickson
"loan" and gives me the results for "loan" keyword , but when > i search for "loan" it should return the results for "loans" keyword. > > please anyone suggest me. > -- > View this message in context: > http://www.nabble.com/singular-and-plura

singular and plural search

2009-10-21 Thread m.harig
quot;loans" keyword. please anyone suggest me. -- View this message in context: http://www.nabble.com/singular-and-plural-search-tp25990682p25990682.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---