Re: Remove underscore char when indexing and query problem

2012-03-05 Thread Erick Erickson
Look at the admin/analysis page and be sure to check the "verbose" checkboxes. that'll show you what each filter does to the input. My guess is that WordDelimiterFilterFactory has different parameters and that's what you're seeing. WDFF can be tricky to understand... If that's not helpful, you nee

Remove underscore char when indexing and query problem

2012-03-02 Thread Floyd Wu
Hi there, I have a document and its title is "20111213_solr_apache conference report". When I use analysis web interface to see what tokens exactly solr analyze and the following is the result term text20111213_solrapacheconferencereportterm type Why 20111213_solr tokenized as and "_" char w