Uses of Interface
org.hibernate.search.engine.backend.common.DocumentReference
-
-
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 Modifier and Type Class Description classElasticsearchDocumentReference -
Uses of DocumentReference in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return DocumentReference Modifier and Type Method Description DocumentReferenceDocumentReferenceExtractionHelper. extract(com.google.gson.JsonObject hit, ProjectionExtractContext context)DocumentReferenceElasticsearchEntityReferenceProjection. 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 DocumentReference Modifier and Type Method Description SearchProjection<DocumentReference>ElasticsearchSearchProjectionBuilderFactory. documentReference()Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type DocumentReference Modifier and Type Method Description RElasticsearchEntityReferenceProjection. 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 DocumentReference Modifier and Type Method Description static DocumentReferenceValues<DocumentReference>DocumentReferenceValues. simple(ProjectionExtractContext context) -
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 Modifier and Type Class Description classLuceneDocumentReference -
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 DocumentReference Modifier and Type Method Description SearchProjection<DocumentReference>LuceneSearchProjectionBuilderFactory. documentReference()Values<DocumentReference>LuceneEntityReferenceProjection. values(ProjectionExtractContext context)Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type DocumentReference Modifier and Type Method Description RLuceneEntityReferenceProjection. 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 DocumentReference Modifier and Type Method Description EntityReferenceLoadingResult. convertReference(DocumentReference reference)Convert a document reference to the reference specific to the mapper.ObjectProjectionHitMapper. 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 Modifier and Type Method Description SearchProjection<DocumentReference>DocumentReferenceProjectionOptionsStepImpl. toProjection() -
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 Modifier and Type Method Description SearchProjection<DocumentReference>SearchProjectionBuilderFactory. 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 DocumentReference Modifier and Type Method Description ObjectPojoProjectionHitMapper. planLoading(DocumentReference reference)
-