Just to be clear, I used the Solr example schema and indexed two test documents, one with "Blackberry 9810" and one with "Blackberry torch 9810" in the sku field (which uses field type text_en_splitting_tight which uses WDF) and the following query returns both documents:

http://localhost:8983/solr/select/?q=blackberry9810&debug=true&qs=1&qf=sku&defType=dismax

You might try the same and at least verify that that is working for you. With &qs=0 it returns only one document.

Assuming that the example works fine for you, that suggests that there is something else going on with your analyzer. Maybe there might be a difference between the WDF settings for the index and query analyzers. You should attach your schema and config as well as the &debug output.

-- Jack Krupansky

-----Original Message----- From: abhayd
Sent: Monday, April 30, 2012 11:56 AM
To: solr-user@lucene.apache.org
Subject: Re: solr.WordDelimiterFilterFactory query time

hi jack,
tried &qs=10 but unfortunately it does not seem to help.

Not sure what else could be wrong

abhay

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

Reply via email to