Uses of Class
org.hibernate.search.backend.lucene.lowlevel.collector.impl.CollectorExecutionContext
-
Packages that use CollectorExecutionContext Package Description org.hibernate.search.backend.lucene.lowlevel.collector.impl org.hibernate.search.backend.lucene.search.extraction.impl -
-
Uses of CollectorExecutionContext in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Subclasses of CollectorExecutionContext in org.hibernate.search.backend.lucene.lowlevel.collector.impl Modifier and Type Class Description classTopDocsDataCollectorExecutionContextMethods in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type CollectorExecutionContext Modifier and Type Method Description StoredFieldsValuesDelegateStoredFieldsValuesDelegate.Factory. create(CollectorExecutionContext context)CCollectorFactory. createCollector(CollectorExecutionContext context)org.apache.lucene.facet.FacetsCollectorFacetsCollectorFactory. createCollector(CollectorExecutionContext context)Constructors in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type CollectorExecutionContext Constructor Description DocumentReferenceValues(LuceneIdReader idReader, CollectorExecutionContext executionContext) -
Uses of CollectorExecutionContext in org.hibernate.search.backend.lucene.search.extraction.impl
Constructors in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type CollectorExecutionContext Constructor Description Builder(CollectorExecutionContext executionContext, TimeoutManager timeoutManager)
-