Package org.elasticsearch.search.suggest.phrase
Suggests alternate queries by breaking the query into terms and suggesting terms that are frequently found together.
-
Interface Summary Interface Description PhraseSuggestionBuilder.CandidateGenerator PhraseSuggestionBuilder.CandidateGenerator
interface.WordScorer.WordScorerFactory -
Class Summary Class Description CandidateGenerator Correction DirectCandidateGenerator DirectCandidateGenerator.Candidate DirectCandidateGenerator.CandidateSet DirectCandidateGenerator.TokenConsumer DirectCandidateGeneratorBuilder Laplace An additive smoothing model.LinearInterpolatingScorer LinearInterpolation Linear interpolation smoothing model.MultiCandidateGeneratorWrapper NoisyChannelSpellChecker NoisyChannelSpellChecker.Result PhraseSuggester PhraseSuggestion Suggestion entry returned from thePhraseSuggester
.PhraseSuggestion.Entry PhraseSuggestionBuilder Defines the actual suggest command for phrase suggestions (phrase
).SmoothingModel StupidBackoff A "stupid-backoff" smoothing model similar to Katz's Backoff.WordScorer