Use http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory which can generate tokens as u need to match the search patterns.
Regards, Jayendra On Tue, Aug 9, 2011 at 9:27 AM, roySolr <royrutten1...@gmail.com> wrote: > Hello, > > I have some terms in my index with specials characters. An example is > "manchester-united". I want that a user can search for > "manchester-united","manchester united" and "manchesterunited". What's the > best way to fix this? i have used the patternReplaceFilter and some > tokenizers but it couldn't fix the last situation(manchesterunited). Can > someone helps me? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Strip-special-chars-like-tp3238942p3238942.html > Sent from the Solr - User mailing list archive at Nabble.com. >