Re: Trouble Configuring WordDelimiterFilterFactory

2009-11-30 Thread Erick Erickson
I think the problem here is that underlying WordDelimiterFactory is StandardTokenizer, at least that's what I infer from here: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory

Re: Trouble Configuring WordDelimiterFilterFactory

2009-11-29 Thread Rahul R
Steve, My settings for both index and query are : Let me give an example. Suppose I have the following 2 documents: Document 1(Text Field): Bridge-Diode .355 Volts Document 2(Text Field): Bridge-Diode 355 Volts Requirement : Search for ".355" should retrieve only document 1 (Not happening now) R

RE: Trouble Configuring WordDelimiterFilterFactory

2009-11-28 Thread Steven A Rowe
Hi Rahul, On 11/26/2009 at 12:53 AM, Rahul R wrote: > Is there a way by which I can prevent the WordDelimiterFilterFactory > from totally acting on numerical data ? "prevent ... from totally acting on" is pretty vague, and nowhere AFAICT do you say precisely what it is you want. It would help i

Re: Trouble Configuring WordDelimiterFilterFactory

2009-11-25 Thread Rahul R
Hello, Would really appreciate any inputs/suggestions on this. Thank you. On Tue, Nov 24, 2009 at 10:59 PM, Rahul R wrote: > Hello, > In our application we have a catch-all field (the 'text' field) which is > cofigured as the default search field. Now this field will have a > combination of nu