You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Harsha JSN <ha...@gmail.com> on 2016/06/22 10:57:57 UTC

Queries over suggester component in solr

Hi,
  I have some questions over functionality of AnalyzingInfixSuggester
provided through AnalyzingInfixLookupFactory in solr.

1.) Can this suggester supports filtering over multiple fields? (eg:
category, brand etc.)

2.) And, will it be possible to filter the suggestions using a custom
filter?

3.) And, when the input query for suggester (suggester.q) is having
multiple terms (separated by space eg: sol sugg comp) the prefix match is
happening only on the last term(comp) and not the before terms. What's the
reason for this?

Kindly provide some help with the above queries. Thanks in advance.


Harsha.