Re: Search not working for indexed words...

2008-02-07 Thread nithyavembu
Thanks Yonik and Ard. Yes its the stemming problem and i have removed the ""solr.EnglishPorterFilterFactory"" from indexing and querying analyzers. Now its working fine. Is any other problem will occur if i remove this? Thanks, nithya. -- View this message in context: http://www.nabble.com/S

Re: Search not working for indexed words...

2008-02-07 Thread nithyavembu
Thanks Yonik and Ard. Yes its the stemming problem and i have removed the ""solr.EnglishPorterFilterFactory"" from indexing and querying analyzers. Now its working fine. Is any other problem will occur if i remove this? Thanks, nithya. Yonik Seeley wrote: > > It's stemming. Administrator st

Re: Search not working for indexed words...

2008-02-04 Thread Yonik Seeley
It's stemming. Administrator stems to administr Stemming isn't really possible for wildcard queries, so administrator* won't match. If you really need both wildcard queries and stemming, then use two different fields (via copyField). -Yonik On Feb 4, 2008 6:54 AM, nithyavembu <[EMAIL PROTECTED]>

RE: Search not working for indexed words...

2008-02-04 Thread Ard Schrijvers
Hello, your problem stems ( :-) ) from stemming. You can search this list, and probably will find many threads. Last week somebody had the same question, see archive of last week, Regards Ard > > Hi All, > > From past 6 months i am working and using SOLR. Now i am > facing some problem wit