catenateWordParts would club the two words as mentioned in the example @ http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory
catenateWords="1" causes maximum runs of word parts to be catenated: "wi-fi" => "wifi" Regards, Jayendra On Tue, Aug 9, 2011 at 10:25 AM, roySolr <royrutten1...@gmail.com> wrote: > The catenateWordParts option has the following effect: > > manchester-united => "manchester","united" > > The query "manchesterunited" will not match with: "manchester","united". > Maybe i'm wrong but i have test something similar in the past. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Strip-special-chars-like-tp3238942p3239129.html > Sent from the Solr - User mailing list archive at Nabble.com. >