Uses of Class
org.apache.lucene.search.suggest.document.CompletionQuery
Packages that use CompletionQuery
-
Uses of CompletionQuery in org.apache.lucene.search.suggest.document
Subclasses of CompletionQuery in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionclass
ACompletionQuery
that matches documents specified by a wrappedCompletionQuery
supporting boosting and/or filtering by specified contexts.class
ACompletionQuery
that match documents containing terms within an edit distance of the specified prefix.class
ACompletionQuery
which takes anAnalyzer
to analyze the prefix of the query term.class
ACompletionQuery
which takes a regular expression as the prefix of the query term.Fields in org.apache.lucene.search.suggest.document declared as CompletionQueryModifier and TypeFieldDescriptionprotected CompletionQuery
ContextQuery.innerQuery
Inner completion queryMethods in org.apache.lucene.search.suggest.document with parameters of type CompletionQueryModifier and TypeMethodDescriptionSuggestIndexSearcher.suggest
(CompletionQuery query, int n, boolean skipDuplicates) Returns topn
completion hits forquery
void
SuggestIndexSearcher.suggest
(CompletionQuery query, TopSuggestDocsCollector collector) Lower-level suggest API.Constructors in org.apache.lucene.search.suggest.document with parameters of type CompletionQueryModifierConstructorDescriptionCompletionWeight
(CompletionQuery query, Automaton automaton) Creates a weight forquery
with anautomaton
, using thereader
for index statsContextQuery
(CompletionQuery query) Constructs a context completion query that matches documents specified byquery
.