Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
-
-
Uses of ProjectionAccumulator in org.hibernate.search.backend.lucene.search.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type ProjectionAccumulator Modifier and Type Method Description abstract <A> Values<A>LuceneAbstractSearchHighlighter. createValues(String parentDocumentPath, String nestedDocumentPath, String absoluteFieldPath, org.apache.lucene.analysis.Analyzer analyzer, ProjectionExtractContext context, ProjectionAccumulator<String,?,A,List<String>> accumulator) -
Uses of ProjectionAccumulator in org.hibernate.search.backend.lucene.search.projection.impl
Fields in org.hibernate.search.backend.lucene.search.projection.impl declared as ProjectionAccumulator Modifier and Type Field Description protected ProjectionAccumulator<E,?,A,?>AbstractNestingAwareAccumulatingValues. accumulatorConstructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionAccumulator Constructor Description HighlighterValues(String parentDocumentPath, String nestedDocumentPath, TopDocsDataCollectorExecutionContext context, ProjectionAccumulator<String,?,A,List<String>> accumulator) -
Uses of ProjectionAccumulator in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionAccumulator Modifier and Type Method Description <T> ProjectionAccumulator<T,U,?,R>ProjectionAccumulator.Provider. get()
-