Does that mean my indexes should be created with phonetic filter factory in my fieldTypes? Currently I am quering on text fields and phonetic factory is defined for uery analyser only.
Shalin Shekhar Mangar wrote: > > On Fri, Jul 24, 2009 at 2:01 PM, prerna07 <pkhandelw...@sapient.com> > wrote: > >> >> HI all, >> >> I am also using Phonetic filter factory but it is behaving very weird. >> >> Issue: >> 1) I have total 10400 indexes but when i search for *:* it return me only >> 288 results. AS soon as i remove phonetic filter factory from <analyzer >> type="query"> it start working correctly. > > >> Can someone help me understand the issue with filter factory? >> > > I think you mean you have 10400 documents. If a query of *:* returns > numFound=288 then you actually have only 288 documents. It is very > difficult > to tell what is wrong without knowing your schema and uniqueKey. Does the > uniqueKey of your documents have phonetic filter applied on it? It is best > to keep uniqueKeys un-tokenized. > > >> >> 2) Search on any valid integer value return me full set of records, again >> i >> am not able to understand why ? >> > > What is the defaultSearchField? Which field are you searching the integer > value on? > > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/Exception-thrown-when-searching-field-defined-with-PhoneticFilterFactory-filter...-tp24543240p24640981.html Sent from the Solr - User mailing list archive at Nabble.com.