Re: Issues with alphanumeric search terms

2009-12-04 Thread Erick Erickson
as Ahmet says, you need to re-index. Nothing about WordDelmiterFilterFactory alters case as far as I can tell from http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory Are you applying this in addition to the LowerCaseTokenizerFactory? In which case it's too

Re: Issues with alphanumeric search terms

2009-12-04 Thread AHMET ARSLAN
> I have added >     class="solr.WordDelimiterFilterFactory" catenateAll="1" > /> > to both index and query but still getting same behaviour. > > Is there any other that i am missing? > Did you re-start tomcat and re-index? Why not use StandardTokenizerFactory?

Re: Issues with alphanumeric search terms

2009-12-03 Thread con
40 AM, con wrote: >> >>> >>> Hi >>> >>> My solr deployment is giving correct results for normal search terms >>> like >>> "john". >>> But when i search with "john55" or "55" it will return all the

Re: Issues with alphanumeric search terms

2009-12-03 Thread Erick Erickson
mean documents here? > > << it will return all the search terms>> > > > > Best > > Erick > > > > On Thu, Dec 3, 2009 at 11:40 AM, con wrote: > > > >> > >> Hi > >> > >> My solr deployment is giving correct results

Re: Issues with alphanumeric search terms

2009-12-03 Thread con
>> >> >> Is there any other tokenizers or filters need to be set for >> alphanumeric/Number search? >> >> >> -- >> View this message in context: >> http://old.nabble.com/Issues-with-alphanumeric-search-terms-tp26629048p26629048.html >&

Re: Issues with alphanumeric search terms

2009-12-03 Thread Erick Erickson
t; > > Is there any other tokenizers or filters need to be set for > alphanumeric/Number search? > > > -- > View this message in context: > http://old.nabble.com/Issues-with-alphanumeric-search-terms-tp26629048p26629048.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Issues with alphanumeric search terms

2009-12-03 Thread con
eldtype defined for this field. Is there any other tokenizers or filters need to be set for alphanumeric/Number search? -- View this message in context: http://old.nabble.com/Issues-with-alphanumeric-search-terms-tp26629048p26629048.html Sent from the Solr - User mailing list archive at Nabble.com.