You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by SolrLover <bb...@gmail.com> on 2013/10/08 19:19:51 UTC

Case insensitive suggestion - Suggester with external dictionary

I am using suggester that uses external dictionary file for suggestions (as
below).

# This is a sample dictionary file.

iPhone3g	
iPhone4	295
iPhone5c	620
iPhone4g	710

Everything works fine except for the fact that the suggester seems to be
case sensitive.

/suggest?q=ip is not matching any of the entries in the dictionary (listed
above). Is there a way to make the suggester case insensitive when using
external dictionary file?

Thanks for your help!!



--
View this message in context: http://lucene.472066.n3.nabble.com/Case-insensitive-suggestion-Suggester-with-external-dictionary-tp4094133.html
Sent from the Solr - User mailing list archive at Nabble.com.