Class ScoreFunctionBase.AbstractBuilder<BuilderT extends ScoreFunctionBase.AbstractBuilder<BuilderT>>

java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.ScoreFunctionBase.AbstractBuilder<BuilderT>
Direct Known Subclasses:
FieldValueFactorScoreFunction.Builder, RandomScoreFunction.Builder, ScriptScoreFunction.Builder
Enclosing class:
ScoreFunctionBase

protected abstract static class ScoreFunctionBase.AbstractBuilder<BuilderT extends ScoreFunctionBase.AbstractBuilder<BuilderT>>
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected AbstractBuilder()  
  • Method Summary

    Modifier and Type Method Description
    BuilderT filter​(Query value)
    API name: filter
    BuilderT filter​(java.util.function.Function<Query.Builder,​ObjectBuilder<Query>> fn)
    API name: filter
    protected abstract BuilderT self()  
    BuilderT weight​(java.lang.Double value)
    API name: weight

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractBuilder

      protected AbstractBuilder()
  • Method Details