Uses of Interface
org.hibernate.search.backend.lucene.lowlevel.collector.impl.Values
-
-
Uses of Values in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Classes in org.hibernate.search.backend.lucene.lowlevel.collector.impl that implement Values Modifier and Type Class Description classDocumentReferenceValues<R>classExplanationValuesclassIdentifierValuesclassScoreValuesConstructors in org.hibernate.search.backend.lucene.lowlevel.collector.impl with parameters of type Values Constructor Description TopDocsDataCollector(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 Values 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 Values in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl that implement Values Modifier and Type Class Description classLuceneConstantProjection<T>static classLuceneFieldHighlightProjection.HighlighterValues<A>classLuceneThrowingProjection<T>Methods in org.hibernate.search.backend.lucene.search.projection.impl that return Values Modifier and Type Method Description Values<T>LuceneConstantProjection. values(ProjectionExtractContext context)Values<Object>LuceneEntityLoadingProjection. values(ProjectionExtractContext context)Values<DocumentReference>LuceneEntityReferenceProjection. values(ProjectionExtractContext context)Values<String>LuceneIdProjection. values(ProjectionExtractContext context)Values<E>LuceneSearchProjection.Extractor. values(ProjectionExtractContext context)Creates low-level values for use in aTopDocsDataCollector.Values<Object>LuceneThrowingProjection. values(ProjectionExtractContext context)
-