Interface FieldValueSource
-
- All Known Implementing Classes:
DocValuesFieldValueSource
,DoubleFieldValueSource
,FloatFieldValueSource
,IntFieldValueSource
,LongFieldValueSource
public interface FieldValueSource
Specifies a numerical field from which data will be drawn for score function.- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldName()
Returns field name where the numerical value comes from.
-
-
-
Method Detail
-
getFieldName
String getFieldName()
Returns field name where the numerical value comes from.
-
-