I have double checked and still get the same behaviour. My field is: <fieldType name="simpletext" class="solr.TextField" positionIncrementGap="100"> <analyzer> <charFilter class="solr.MappingCharFilterFactory" mapping="mapping-ISOLatin1Accent.txt"/> <tokenizer class="solr.KeywordTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.TrimFilterFactory" /> </analyzer> </fieldType>
Analisys shows numbers are there, for '500 $' I get as last step both in index&query: org.apache.solr.analysis.TrimFilterFactory {luceneMatchVersion=LUCENE_35} position 1 term text 500 $ startOffset 0 endOffset 5 So I still see something going wrong here xab -- View this message in context: http://lucene.472066.n3.nabble.com/Suggester-not-working-for-digit-starting-terms-tp3893433p3900783.html Sent from the Solr - User mailing list archive at Nabble.com.