| Subclasses of DocValuesFieldSource in org.apache.lucene.queries.function.valuesource |
class |
DateDocValuesFieldSource
A ValueSource for DocValues dates, backed by
DocValues.Type.FIXED_INTS_64
or DocValues.Type.VAR_INTS. |
class |
NumericDocValuesFieldSource
A ValueSource for numeric DocValues types:
DocValues.Type.FLOAT_32,
DocValues.Type.FLOAT_64,
DocValues.Type.FIXED_INTS_8,
DocValues.Type.FIXED_INTS_16,
DocValues.Type.FIXED_INTS_32,
DocValues.Type.FIXED_INTS_64,
DocValues.Type.VAR_INTS. |
class |
StrDocValuesFieldSource
A ValueSource for binary DocValues that represent an UTF-8
encoded String using:
DocValues.Type.BYTES_FIXED_DEREF,
DocValues.Type.BYTES_FIXED_STRAIGHT,
DocValues.Type.BYTES_VAR_DEREF,
DocValues.Type.BYTES_VAR_STRAIGHT,
DocValues.Type.BYTES_FIXED_SORTED,
DocValues.Type.BYTES_VAR_SORTED. |