Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.collector.impl.CollectorFactory
-
-
Uses of CollectorFactory in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Classes in org.hibernate.search.backend.lucene.lowlevel.collector.impl that implement CollectorFactory Modifier and Type Class Description classFacetsCollectorFactoryFields in org.hibernate.search.backend.lucene.lowlevel.collector.impl declared as CollectorFactory Modifier and Type Field Description static CollectorFactory<org.apache.lucene.facet.FacetsCollector>FacetsCollectorFactory. INSTANCE -
Uses of CollectorFactory in org.hibernate.search.backend.lucene.search.aggregation.impl
Methods in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type CollectorFactory Modifier and Type Method Description <C extends org.apache.lucene.search.Collector>
voidAggregationRequestContext. requireCollector(CollectorFactory<C> collectorFactory) -
Uses of CollectorFactory in org.hibernate.search.backend.lucene.search.extraction.impl
Methods in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type CollectorFactory Modifier and Type Method Description <C extends org.apache.lucene.search.Collector>
voidExtractionRequirements.Builder. requireCollectorForAllMatchingDocs(CollectorFactory<C> collectorFactory)Method parameters in org.hibernate.search.backend.lucene.search.extraction.impl with type arguments of type CollectorFactory Modifier and Type Method Description voidCollectorSet.Builder. addAll(Set<CollectorFactory<?>> collectorFactories)
-