Class StupidBackoff

java.lang.Object
org.elasticsearch.search.suggest.phrase.SmoothingModel
org.elasticsearch.search.suggest.phrase.StupidBackoff
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment

public final class StupidBackoff
extends SmoothingModel
A "stupid-backoff" smoothing model similar to Katz's Backoff. This model is used as the default if no model is configured.

See N-Gram Smoothing for details.