Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
Packages that use ProjectionAccumulator
Package
Description
-
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 ProjectionAccumulatorModifier and TypeMethodDescriptionabstract <A,T> Values<A> LuceneAbstractSearchHighlighter.createValues(String parentDocumentPath, String nestedDocumentPath, String absoluteFieldPath, org.apache.lucene.analysis.Analyzer analyzer, ProjectionExtractContext context, ProjectionAccumulator<String, ?, A, T> 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 ProjectionAccumulatorModifier and TypeFieldDescriptionprotected final ProjectionAccumulator<E,?, A, ?> AbstractNestingAwareAccumulatingValues.accumulatorConstructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionAccumulatorModifierConstructorDescriptionprotectedHighlighterValues(String parentDocumentPath, String nestedDocumentPath, TopDocsDataCollectorExecutionContext context, ProjectionAccumulator<String, ?, A, T> accumulator) -
Uses of ProjectionAccumulator in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionAccumulatorModifier and TypeMethodDescription<T> ProjectionAccumulator<T,U, ?, R> ProjectionAccumulator.Provider.get()