Java org.apache.lucene.search.suggest.analyzing AnalyzingSuggester fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.suggest.analyzing AnalyzingSuggester fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.suggest.analyzing AnalyzingSuggester.

The text is from its open source code.

Field

intEXACT_FIRST
Include this flag in the options parameter to #AnalyzingSuggester(Directory,String,Analyzer,Analyzer,int,int,int,boolean) to always return the exact match first, regardless of score.
intPRESERVE_SEP
Include this flag in the options parameter to #AnalyzingSuggester(Directory,String,Analyzer,Analyzer,int,int,int,boolean) to preserve token separators when matching.

Method

voidbuild(InputIterator iterator)
Listlookup(CharSequence key, boolean onlyMorePopular, int num)
Look up a key and return possible completion for this key.