Class ElasticsearchFieldProjection.Builder<F,V,T>
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchFieldProjection.Builder<F,V,T>
- All Implemented Interfaces:
FieldProjectionBuilder<V>,SearchProjectionBuilder<V>
- Enclosing class:
- ElasticsearchFieldProjection<F,
V, P, T>
public static class ElasticsearchFieldProjection.Builder<F,V,T>
extends Object
implements FieldProjectionBuilder<V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
FieldProjectionBuilder.TypeSelector -
Method Summary
Modifier and TypeMethodDescription<P> SearchProjection<P>build(ProjectionAccumulator.Provider<V, P> accumulatorProvider) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
build
-
Method Details
-
build
- Specified by:
buildin interfaceFieldProjectionBuilder<F>
-