Uses of Package
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
-
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.lowlevel.comparator.impl Class Description DoubleMultiValuesToSingleValuesSource An implementation ofDoubleValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.LongMultiValuesToSingleValuesSource An implementation ofLongValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode. -
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.lowlevel.docvalues.impl Class Description DoubleMultiValuesToSingleValuesSource An implementation ofDoubleValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.GeoPointDistanceDocValues JoiningLongMultiValuesSource A source ofLongMultiValuesthat automatically fetches values from nested documents if necessary.JoiningTextMultiValuesSource A source ofTextMultiValuesthat automatically fetches values from nested documents if necessary.LongMultiValues A per-document, unordered sequence of long values.LongMultiValuesSource A source ofLongMultiValues.LongMultiValuesToSingleValuesSource An implementation ofLongValuesSourcefor docvalues with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode.MultiValueMode Defines what values to pick in the case a document contains multiple values for a particular field.NumericDoubleValues A per-document numeric value.SortedNumericDoubleDocValues Clone ofSortedNumericDocValuesfor double values.TextMultiValues A per-document, unordered sequence of text ordinals.TextMultiValuesSource A source ofTextMultiValues.TextMultiValuesToSingleValuesSource A source ofSortedDocValues(text doc values) with multiple values per document, where multiple values are "aggregated" into a single value according to a givenMultiValueMode. -
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.lowlevel.facet.impl Class Description LongMultiValuesSource A source ofLongMultiValues.TextMultiValuesSource A source ofTextMultiValues. -
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.types.lowlevel.impl Class Description MultiValueMode Defines what values to pick in the case a document contains multiple values for a particular field. -
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.types.sort.comparatorsource.impl Class Description MultiValueMode Defines what values to pick in the case a document contains multiple values for a particular field. -
Classes in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl used by org.hibernate.search.backend.lucene.types.sort.impl Class Description MultiValueMode Defines what values to pick in the case a document contains multiple values for a particular field.