Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.collector.impl.TopDocsDataCollector.Factory
-
Packages that use TopDocsDataCollector.Factory Package Description org.hibernate.search.backend.lucene.search.extraction.impl -
-
Uses of TopDocsDataCollector.Factory in org.hibernate.search.backend.lucene.search.extraction.impl
Methods in org.hibernate.search.backend.lucene.search.extraction.impl with parameters of type TopDocsDataCollector.Factory Modifier and Type Method Description <T> List<T>LuceneCollectors. collectTopDocsData(TopDocsDataCollector.Factory<T> collectorFactory, int startInclusive, int endExclusive)Phase 2: collect data relative to top docs.
-