Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.search.suggest Classes and Interfaces - 57 results found.
NameDescriptionTypePackageFramework
AnalyzingInfixSuggesterAnalyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text.Classorg.apache.lucene.search.suggest.analyzingApache Lucene
AnalyzingSuggesterSuggester that first analyzes the surface form, adds the analyzed form to a weighted FST, and then does the sameClassorg.apache.lucene.search.suggest.analyzingApache Lucene
BitsProducerA producer of Bits per segment.Classorg.apache.lucene.search.suggestApache Lucene
BlendedInfixSuggesterExtension of the AnalyzingInfixSuggester which transforms the weight after search to take into account the position of the searched term intoClassorg.apache.lucene.search.suggest.analyzingApache Lucene
BlendedInfixSuggester .BlenderTypeThe different types of blender.Classorg.apache.lucene.search.suggest.analyzing.BlendedInfixSuggesterApache Lucene
BufferedInputIteratorThis wrapper buffers incoming elements.Classorg.apache.lucene.search.suggestApache Lucene
BytesRefSorterCollects BytesRef and then allows one to iterate over their sorted order.Interfaceorg.apache.lucene.search.suggest.fstApache Lucene
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
ExternalRefSorterBuilds and iterates over sequences stored on disk.Classorg.apache.lucene.search.suggest.fstApache Lucene
FileDictionaryDictionary represented by a text file.Classorg.apache.lucene.search.suggestApache Lucene
FreeTextSuggesterBuilds an ngram model from the text sent to build(org.Classorg.apache.lucene.search.suggest.analyzingApache Lucene
FSTCompletionFinite state automata based implementation of autocomplete functionality.Classorg.apache.lucene.search.suggest.fstApache Lucene
FSTCompletion .CompletionA single completion for a given key.Classorg.apache.lucene.search.suggest.fst.FSTCompletionApache Lucene
FSTCompletionBuilderFinite state automata based implementation of autocomplete functionality.Classorg.apache.lucene.search.suggest.fstApache Lucene
FSTCompletionLookupAn adapter from Lookup API to FSTCompletion.Classorg.apache.lucene.search.suggest.fstApache Lucene
FSTUtilExposes a utility method to enumerate all paths intersecting an Automaton with an FST.Classorg.apache.lucene.search.suggest.analyzingApache Lucene
FSTUtil .PathHolds a pair (automaton, fst) of states and accumulated output in the intersected machine.Classorg.apache.lucene.search.suggest.analyzing.FSTUtilApache Lucene
FuzzyCompletionQueryA CompletionQuery that match documents containing terms within an edit distance of the specified prefix.Classorg.apache.lucene.search.suggest.documentApache Lucene
FuzzySuggester based on the Damerau-Levenshtein (optimal string alignment) algorithm, though you can explicitly choose classic Levenshtein by passing falseClassorg.apache.lucene.search.suggest.analyzingApache Lucene
InMemorySorterAn BytesRefSorter that keeps all the entries in memory.Classorg.apache.lucene.search.suggestApache Lucene
InputIteratorInterface for enumerating term,weight,payload triples for suggester consumption; currently only AnalyzingSuggester, FuzzySuggester and AnalyzingInfixSuggester support payloads.Interfaceorg.apache.lucene.search.suggestApache Lucene
InputIterator .InputIteratorWrapperWraps a BytesRefIterator as a suggester InputIterator, with all weights set to 1 and carries no payloadClassorg.apache.lucene.search.suggest.InputIteratorApache Lucene
JaspellLookupSuggest implementation based on See Also:JaspellTernarySearchTrieClassorg.apache.lucene.search.suggest.jaspellApache Lucene
JaspellTernarySearchTrie String objects that combines the compact size of a binary search tree with the speed of a digital search trie, and is therefore ideal forClassorg.apache.lucene.search.suggest.jaspellApache Lucene
LookupSimple Lookup interface for CharSequence suggestions.Classorg.apache.lucene.search.suggestApache Lucene
Lookup .LookupPriorityQueueA PriorityQueue collecting a fixed size of high priority Lookup.Classorg.apache.lucene.search.suggest.LookupApache Lucene
Lookup .LookupResultWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.search.suggest.LookupApache 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
SortedInputIteratorThis wrapper buffers incoming elements and makes sure they are sorted based on given comparator.Classorg.apache.lucene.search.suggestApache 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
SuggestStopFilterLike StopFilter except it will not remove the last token if that token was not followed by some tokenClassorg.apache.lucene.search.suggest.analyzingApache Lucene
SuggestStopFilterFactoryFactory for SuggestStopFilter.Classorg.apache.lucene.search.suggest.analyzingApache Lucene
TernaryTreeNodeThe class creates a TST node.Classorg.apache.lucene.search.suggest.tstApache 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
TSTAutocompleteTernary Search Trie implementation.Classorg.apache.lucene.search.suggest.tstApache Lucene
TSTLookupSuggest implementation based on a Ternary Search TreeClassorg.apache.lucene.search.suggest.tstApache Lucene
UnsortedInputIteratorThis wrapper buffers the incoming elements and makes sure they are inWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.lucene.search.suggestApache Lucene
WFSTCompletionLookupSuggester based on a weighted FST: it first traverses the prefix, then walks the n shortest paths to retrieve top-rankedClassorg.apache.lucene.search.suggest.fstApache Lucene