Hi All, There were two fixes for the issue I was facing 1. By changing the version in schema form* 1.1* to *1.5* OR 2. keeping the version to 1.1 and adding *autoGeneratePhraseQueries*="false" to the field type
However the issue is not completely resolved yet on searching for content:speedPost the output of debug query is as follows <str name="parsedquery_toString">cContent:speedpost cContent:speed cContent:post cContent:speedpost</str> But If i search for content:"speedPost" the output of the debug query is as follows <str name="parsedquery_toString">cContent:"(speedpost speed) (post speedpost)"</str> This gives incorrect results -- View this message in context: http://lucene.472066.n3.nabble.com/struggling-with-solr-WordDelimiterFilterFactory-tp4085021p4085605.html Sent from the Solr - User mailing list archive at Nabble.com.
