Uses of Interface
org.hibernate.search.engine.backend.common.DocumentReference
Packages that use DocumentReference
Package
Description
-
Uses of DocumentReference in org.hibernate.search.backend.elasticsearch.search.common.impl
Classes in org.hibernate.search.backend.elasticsearch.search.common.impl that implement DocumentReference -
Uses of DocumentReference in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReferenceExtractionHelper.extract(com.google.gson.JsonObject hit, ProjectionExtractContext context) ElasticsearchEntityReferenceProjection.extract(ProjectionHitMapper<?> projectionHitMapper, com.google.gson.JsonObject hit, com.google.gson.JsonObject source, ProjectionExtractContext context) Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionElasticsearchSearchProjectionBuilderFactory.documentReference()Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type DocumentReferenceModifier and TypeMethodDescriptionElasticsearchEntityReferenceProjection.transform(LoadingResult<?> loadingResult, DocumentReference extractedData, ProjectionTransformContext context) -
Uses of DocumentReference in org.hibernate.search.backend.lucene.lowlevel.collector.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.collector.impl that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionDocumentReferenceValues.simple(CollectorExecutionContext executionContext) -
Uses of DocumentReference in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl that implement DocumentReference -
Uses of DocumentReference in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionLuceneSearchProjectionBuilderFactory.documentReference()LuceneEntityReferenceProjection.values(ProjectionExtractContext context) Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type DocumentReferenceModifier and TypeMethodDescriptionLuceneEntityReferenceProjection.transform(LoadingResult<?> loadingResult, DocumentReference extractedData, ProjectionTransformContext context) -
Uses of DocumentReference in org.hibernate.search.engine.search.loading.spi
Methods in org.hibernate.search.engine.search.loading.spi with parameters of type DocumentReferenceModifier and TypeMethodDescriptionLoadingResult.convertReference(DocumentReference reference) Convert a document reference to the reference specific to the mapper.ProjectionHitMapper.planLoading(DocumentReference reference) Plan the loading of an entity. -
Uses of DocumentReference in org.hibernate.search.engine.search.projection.dsl.impl
Methods in org.hibernate.search.engine.search.projection.dsl.impl that return types with arguments of type DocumentReference -
Uses of DocumentReference in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return types with arguments of type DocumentReference -
Uses of DocumentReference in org.hibernate.search.mapper.pojo.search.loading.impl
Methods in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type DocumentReferenceModifier and TypeMethodDescriptionPojoProjectionHitMapper.planLoading(DocumentReference reference)