Class SmoothingModelBuilders
java.lang.Object
co.elastic.clients.elasticsearch.core.search.SmoothingModelBuilders
public class SmoothingModelBuilders
extends java.lang.Object
Builders for
SmoothingModel variants.-
Method Summary
Modifier and Type Method Description static LaplaceSmoothingModel.Builderlaplace()Creates a builder for thelaplaceSmoothingModelvariant.static LinearInterpolationSmoothingModel.BuilderlinearInterpolation()Creates a builder for thelinear_interpolationSmoothingModelvariant.static StupidBackoffSmoothingModel.BuilderstupidBackoff()Creates a builder for thestupid_backoffSmoothingModelvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
laplace
Creates a builder for thelaplaceSmoothingModelvariant. -
linearInterpolation
Creates a builder for thelinear_interpolationSmoothingModelvariant. -
stupidBackoff
Creates a builder for thestupid_backoffSmoothingModelvariant.
-