Uses of Class
org.hibernate.search.backend.lucene.lowlevel.collector.impl.TopDocsDataCollectorExecutionContext
-
Packages that use TopDocsDataCollectorExecutionContext Package Description org.hibernate.search.backend.lucene.lowlevel.collector.impl org.hibernate.search.backend.lucene.search.projection.impl -
-
Uses of TopDocsDataCollectorExecutionContext in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type TopDocsDataCollectorExecutionContext Modifier and Type Method Description TopDocsDataCollector<T>TopDocsDataCollector.Factory. create(TopDocsDataCollectorExecutionContext context)Constructors in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type TopDocsDataCollectorExecutionContext Constructor Description ExplanationValues(TopDocsDataCollectorExecutionContext context)ScoreValues(TopDocsDataCollectorExecutionContext context)TopDocsDataCollector(TopDocsDataCollectorExecutionContext context, Values<? extends T> values) -
Uses of TopDocsDataCollectorExecutionContext in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl that return TopDocsDataCollectorExecutionContext Modifier and Type Method Description TopDocsDataCollectorExecutionContextProjectionExtractContext. collectorExecutionContext()Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type TopDocsDataCollectorExecutionContext Constructor Description HighlighterValues(String parentDocumentPath, String nestedDocumentPath, TopDocsDataCollectorExecutionContext context, ProjectionAccumulator<String,?,A,List<String>> accumulator)ProjectionExtractContext(TopDocsDataCollectorExecutionContext collectorExecutionContext, ProjectionHitMapper<?> projectionHitMapper, LuceneIdReader idReader)
-