Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread Erik Hatcher
On Jul 24, 2009, at 9:59 AM, prerna07 wrote: I have recreated indexes with phonetic filter factory but i am still facing below mentioned issue. Please let me know if i am missing something: I am searching for product_12345 string, which is present in only one record. Issue: Solr return me al

Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread prerna07
t going to > find anything except purely by coincidence. > > Erik > > > -- View this message in context: http://www.nabble.com/Exception-thrown-when-searching-field-defined-with-PhoneticFilterFactory-filter...-tp24543240p24645057.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread Erik Hatcher
On Jul 24, 2009, at 4:53 AM, prerna07 wrote: 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. Yes, if you are applying the phonetic filter you need to do

Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread prerna07
ords, 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.

Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread Shalin Shekhar Mangar
On Fri, Jul 24, 2009 at 2:01 PM, prerna07 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 type="que

Re: Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-24 Thread prerna07
e(CoyoteAdapter.java:2 > 86) > > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:84 > 5) > > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process( > Http11Protocol.java:583) > >

Exception thrown when searching field defined with PhoneticFilterFactory filter...

2009-07-17 Thread Robert Petersen
Hello all, I am getting the following exception whenever a user includes a numeric term in their search, and the search includes a field defined with a PhoneticFilterFactory and further it occurs whether I use the DoubleMetaphone encoder or any other. Has this ever come up before? I can repl