Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.search.suggest.document Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
Completion50PostingsFormatCompletionPostingsFormat for Lucene50PostingsFormatClassorg.apache.lucene.search.suggest.documentApache Lucene
CompletionAnalyzer to provide additional completion-only tuning (e.Classorg.apache.lucene.search.suggest.documentApache Lucene
CompletionPostingsFormat A PostingsFormat which supports document suggestion based on indexed SuggestFields.Classorg.apache.lucene.search.suggest.documentApache Lucene
CompletionQueryAbstract Query that match documents containing terms with a specified prefix filtered by BitsProducer.Classorg.apache.lucene.search.suggest.documentApache Lucene
CompletionScorerExpert: Responsible for executing the query against an appropriate suggester and collecting the resultsClassorg.apache.lucene.search.suggest.documentApache Lucene
CompletionsTermsReaderHolder for suggester and field-level info for a suggest fieldClassorg.apache.lucene.search.suggest.documentApache Lucene
CompletionTerms used by SuggestField and ContextSuggestField to access corresponding suggester and their attributesClassorg.apache.lucene.search.suggest.documentApache Lucene
CompletionTokenStreamToken stream which converts a provided token stream to an automaton.Classorg.apache.lucene.search.suggest.documentApache Lucene
CompletionTokenStream .BytesRefBuilderTermAttributeInterfaceorg.apache.lucene.search.suggest.document.CompletionTokenStreamApache Lucene
CompletionTokenStream .BytesRefBuilderTermAttributeImplClassorg.apache.lucene.search.suggest.document.CompletionTokenStreamApache Lucene
CompletionWeightExpert: the Weight for CompletionQuery, used to score and explain these queries.Classorg.apache.lucene.search.suggest.documentApache Lucene
ContextQueryA CompletionQuery that match documents specified by a wrapped CompletionQuery supporting boosting and/or filteringClassorg.apache.lucene.search.suggest.documentApache Lucene
ContextSuggestFieldSuggestField which additionally takes in a set of contexts.Classorg.apache.lucene.search.suggest.documentApache Lucene
DocumentDictionary Dictionary with terms, weights, payload (optional) and contexts (optional) information taken from stored/indexed fields in a Lucene index.Classorg.apache.lucene.search.suggestApache Lucene
DocumentValueSourceDictionary Dictionary with terms and optionally payload and optionally contexts informationClassorg.apache.lucene.search.suggestApache Lucene
FuzzyCompletionQueryA CompletionQuery that match documents containing terms within an edit distance of the specified prefix.Classorg.apache.lucene.search.suggest.documentApache Lucene
NRTSuggester NRTSuggester executes Top N search on a weighted FST specified by a CompletionScorer See lookup(CompletionScorer, Bits, TopSuggestDocsCollector) for more implementationClassorg.apache.lucene.search.suggest.documentApache Lucene
PrefixCompletionQueryA CompletionQuery which takes an Analyzer to analyze the prefix of the query term.Classorg.apache.lucene.search.suggest.documentApache Lucene
RegexCompletionQueryA CompletionQuery which takes a regular expression as the prefix of the query term.Classorg.apache.lucene.search.suggest.documentApache Lucene
SuggestField Field that indexes a string value and a weight as a weighted completion against a named suggester.Classorg.apache.lucene.search.suggest.documentApache Lucene
SuggestIndexSearcherAdds document suggest capabilities to IndexSearcher.Classorg.apache.lucene.search.suggest.documentApache Lucene
TopSuggestDocsTopDocs wrapper with an additional CharSequence key per ScoreDocClassorg.apache.lucene.search.suggest.documentApache Lucene
TopSuggestDocs .SuggestScoreDocClassorg.apache.lucene.search.suggest.document.TopSuggestDocsApache Lucene
TopSuggestDocsCollectorCollector that collects completion and score, along with document idClassorg.apache.lucene.search.suggest.documentApache Lucene