> I didnt find any about my problem... > > how can i replace an ampersand in indextime ? > > my autosuggest words are haveing ampersands. how can i > replace this sign (&) > ??? >
Easiest way is to use MappingCharFilterFactory before your tokenizer. <charFilter class="solr.MappingCharFilterFactory" mapping="mapping.txt"/> mapping.txt will be placed under solrhome/conf directory and contain this line : "&" => " "