public static class FunctionScoreQuery.FieldValueFactor extends Object implements FunctionScoreQuery.Function
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionScoreQuery.FieldValueFactor.Modifier
Eligible values for the
modifier field. |
| Modifier and Type | Field and Description |
|---|---|
float |
factor
Optional factor to multiply the field value with, defaults to 1.
|
String |
field
A field holding a number to be used for scoring the respective
document.
|
double |
missing
Value used if the document doesn’t have that field.
|
FunctionScoreQuery.FieldValueFactor.Modifier |
modifier
Modifier to apply to the field value.
|
| Constructor and Description |
|---|
FieldValueFactor() |
public String field
public float factor
public FunctionScoreQuery.FieldValueFactor.Modifier modifier
public double missing
Copyright © 2017 JULIE Lab, Germany. All rights reserved.