Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.collector.impl.Values
Packages that use Values
Package
Description
-
Uses of Values in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Classes in org.hibernate.search.backend.lucene.lowlevel.collector.impl that implement ValuesModifier and TypeClassDescriptionclassfinal classfinal classclassConstructors in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type ValuesModifierConstructorDescriptionTopDocsDataCollector(TopDocsDataCollectorExecutionContext context, Values<? extends T> values) -
Uses of Values in org.hibernate.search.backend.lucene.search.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl that return ValuesModifier 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 Values in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl that implement ValuesModifier and TypeClassDescriptionclassstatic classclassMethods in org.hibernate.search.backend.lucene.search.projection.impl that return ValuesModifier and TypeMethodDescriptionLuceneConstantProjection.values(ProjectionExtractContext context) LuceneEntityLoadingProjection.values(ProjectionExtractContext context) LuceneEntityReferenceProjection.values(ProjectionExtractContext context) LuceneIdProjection.values(ProjectionExtractContext context) LuceneSearchProjection.Extractor.values(ProjectionExtractContext context) Creates low-level values for use in aTopDocsDataCollector.LuceneThrowingProjection.values(ProjectionExtractContext context)