Class AbstractElasticsearchProjection<P>
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.projection.impl.AbstractElasticsearchProjection<P>
- All Implemented Interfaces:
ElasticsearchSearchProjection<P>,SearchProjection<P>
- Direct Known Subclasses:
ElasticsearchConstantProjection,ElasticsearchDistanceToFieldProjection,ElasticsearchEntityCompositeProjection,ElasticsearchEntityLoadingProjection,ElasticsearchEntityReferenceProjection,ElasticsearchFieldProjection,ElasticsearchIdProjection,ElasticsearchObjectProjection,ElasticsearchThrowingProjection
public abstract class AbstractElasticsearchProjection<P>
extends Object
implements ElasticsearchSearchProjection<P>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjection
ElasticsearchSearchProjection.Extractor<E,P> -
Field Summary
FieldsFields inherited from interface org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjection
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjection
request
-
Field Details
-
indexNames
-
-
Constructor Details
-
AbstractElasticsearchProjection
protected AbstractElasticsearchProjection(AbstractElasticsearchProjection.AbstractBuilder<?> builder) -
AbstractElasticsearchProjection
-
-
Method Details
-
indexNames
- Specified by:
indexNamesin interfaceElasticsearchSearchProjection<P>
-