Uses of Class
org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
-
Packages that use RandomScoreFunctionBuilder Package Description org.elasticsearch.index.query.functionscore -
-
Uses of RandomScoreFunctionBuilder in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that return RandomScoreFunctionBuilder Modifier and Type Method Description static RandomScoreFunctionBuilderRandomScoreFunctionBuilder. fromXContent(XContentParser parser)RandomScoreFunctionBuilderRandomScoreFunctionBuilder. seed(int seed)Sets the seed based on which the random number will be generated.RandomScoreFunctionBuilderRandomScoreFunctionBuilder. seed(long seed)seed variant taking a long value.RandomScoreFunctionBuilderRandomScoreFunctionBuilder. seed(String seed)seed variant taking a String value.RandomScoreFunctionBuilderRandomScoreFunctionBuilder. setField(String field)Set the field to be used for random number generation.Methods in org.elasticsearch.index.query.functionscore with parameters of type RandomScoreFunctionBuilder Modifier and Type Method Description protected booleanRandomScoreFunctionBuilder. doEquals(RandomScoreFunctionBuilder functionBuilder)
-