Dear all,
How can I do this... I index the document => Macbook then when I query mac book I should get the result. This is my schema setting... <fieldType name="text_th" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.ThaiWordFilterFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> <filter class="solr.StopFilterFactory" ignoreCase="true" words="lang/stopwords_th.txt"/> </analyzer> </fieldType> Any suggest would be very appreciate. Chun. -- View this message in context: http://lucene.472066.n3.nabble.com/about-analyzer-and-tokenizer-tp4138129.html Sent from the Solr - User mailing list archive at Nabble.com.