Suggester(Auto completion) search in solr using NGrams (one collation for Suggester Component)
问题 Im working on auto completion search with solr using EdgeNGrams.I use solr 3.3 and I would like to use collations from suggester as a autocomplete solution for multi term searches. Unfortunately the Suggester returns only one collation for a multi term search If the user is searching for names of employees, then auto completion should be applied. ie., want results like google search. It's working fine for me below configurations. schema.xml <fieldType name="edgytext" class="solr.TextField"