Class SuggesterOptions


  • public class SuggesterOptions
    extends Object
    Encapsulates the inputs required to be passed on to the underlying suggester in SolrSuggester
    • Constructor Detail

      • SuggesterOptions

        public SuggesterOptions​(org.apache.lucene.util.CharsRef token,
                                int count,
                                String contextFilterQuery,
                                boolean allTermsRequired,
                                boolean highlight)