Have you made ANY changes to the analyzer since indexing the data? Generally, you need to completely reindex your data after any changes to a field type analyzer.

Otherwise, run the Solr Admin UI Analyzer web page and check the output for both index and query.

Also, be aware that preserveOriginal will preserve index-time punctuation such as trailing comma, period, or enclosing parentheses.

Also, what is your default query operator? You need to use q.op=OR when using WDF to generate multiple, non-phrase terms at query time.

Also add debugQuery=true to your request and see what the generated parse query looks like.

-- Jack Krupansky

-----Original Message----- From: vicky desai
Sent: Friday, August 16, 2013 7:51 AM
To: solr-user@lucene.apache.org
Subject: Re: struggling with solr.WordDelimiterFilterFactory

Hi,

Another Example I found is q=Content:wi-fi doesn't match for documents with
word wifi. I think it is not catenating the query keywords correctly



--
View this message in context: http://lucene.472066.n3.nabble.com/struggling-with-solr-WordDelimiterFilterFactory-tp4085021p4085030.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to