| Package | Description |
|---|---|
| org.elasticsearch.search.suggest.phrase |
| Modifier and Type | Class and Description |
|---|---|
static class |
PhraseSuggestionBuilder.Laplace
An additive
smoothing model.
|
static class |
PhraseSuggestionBuilder.LinearInterpolation
Linear interpolation smoothing model.
|
static class |
PhraseSuggestionBuilder.StupidBackoff
A "stupid-backoff" smoothing model simialr to Katz's
Backoff.
|
| Modifier and Type | Method and Description |
|---|---|
PhraseSuggestionBuilder |
PhraseSuggestionBuilder.smoothingModel(PhraseSuggestionBuilder.SmoothingModel model)
Sets an explicit smoothing model used for this suggester.
|
Copyright © 2009–2017. All rights reserved.