Class ScriptScoreFunctionBuilder

java.lang.Object
org.elasticsearch.index.query.functionscore.ScoreFunctionBuilder<ScriptScoreFunctionBuilder>
org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment

public class ScriptScoreFunctionBuilder
extends ScoreFunctionBuilder<ScriptScoreFunctionBuilder>
A function that uses a script to compute or influence the score of documents that match with the inner query or filter.