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
Modifier and TypeMethodDescriptionReturns field name where the numerical value comes from.
-
Method Details
-
getFieldName
String getFieldName()Returns field name where the numerical value comes from.
-