Package org.elasticsearch.search.suggest.phrase
package org.elasticsearch.search.suggest.phrase
Suggests alternate queries by breaking the query into terms and suggesting terms that are frequently found together.
-
ClassDescriptionAn additive smoothing model.Linear interpolation smoothing model.Suggestion entry returned from the
PhraseSuggester
.Defines the actual suggest command for phrase suggestions (phrase
).A "stupid-backoff" smoothing model similar to Katz's Backoff.