OK, here's where you can drive yourself mad with the subtle variations between how WordDelimiterFilterFactory splits and recombines the tokens. Take a look at the stock distro, you'll see that the index time and query time settings for WEFF are slightly different.
The idea is that if you do things like add the split terms and the concatenated term to the index you may not need to add them all the same way at query time. Now that you have the basic bits operating, try using the different settings in the <index> and <query> sections of your field as per the example. Best Erick On Tue, Aug 20, 2013 at 3:44 AM, vicky desai <vicky.de...@germinait.com>wrote: > 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. >