Hello. i use facet.prefix and terms.prefix for my search. what is the meaning of the underscore "_" in the results. when change solr some string into a underscore ? sometimes it make no sence to suggest the client with this ...
<analyzer type="index"> <tokenizer class="solr.WhitespaceTokenizerFactory"/> <charFilter class="solr.MappingCharFilterFactory" mapping="mapping-ISOLatin1Accent.txt"/> <filter class="solr.TrimFilterFactory"/> <filter class="solr.StandardFilterFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> </analyzer> thx ! -- View this message in context: http://lucene.472066.n3.nabble.com/meaning-of-underscore-in-prefix-search-tp944120p944120.html Sent from the Solr - User mailing list archive at Nabble.com.