Package org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
package org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
-
ClassDescriptionAn implementation of
DoubleValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.ADoubleMultiValuesToSingleValuesSourcethat wraps the distance between a GeoPoint field and a given center.A source ofLongMultiValuesthat automatically fetches values from nested documents if necessary.A source ofTextMultiValuesthat automatically fetches values from nested documents if necessary.A per-document, unordered sequence of long values.A source ofLongMultiValues.An implementation ofLongValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.Defines what values to pick in the case a document contains multiple values for a particular field.A per-document numeric value.Handles a replacement for missing sorted document values.Clone ofSortedNumericDocValuesfor double values.A per-document, unordered sequence of text ordinals.A source ofTextMultiValues.A source ofSortedDocValues(text doc values) with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.