Uses of Class
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.TextMultiValuesSource
Packages that use TextMultiValuesSource
Package
Description
-
Uses of TextMultiValuesSource in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Modifier and TypeClassDescriptionclassA source ofTextMultiValuesthat automatically fetches values from nested documents if necessary. -
Uses of TextMultiValuesSource in org.hibernate.search.backend.lucene.lowlevel.facet.impl
Constructors in org.hibernate.search.backend.lucene.lowlevel.facet.impl with parameters of type TextMultiValuesSourceModifierConstructorDescriptionTextMultiValueFacetCounts(org.apache.lucene.index.IndexReader reader, String field, TextMultiValuesSource valuesSource, org.apache.lucene.facet.FacetsCollector hits)