Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.search.suggest.analyzing Classes and Interfaces - 10 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
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
FreeTextSuggesterBuilds an ngram model from the text sent to build(org.Classorg.apache.lucene.search.suggest.analyzingApache 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
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
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