Class ElasticsearchFieldProjection.Builder<F,V>
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchFieldProjection.Builder<F,V>
-
- All Implemented Interfaces:
FieldProjectionBuilder<V>,SearchProjectionBuilder<V>
- Enclosing class:
- ElasticsearchFieldProjection<F,V,P>
public static class ElasticsearchFieldProjection.Builder<F,V> 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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, wait
-
Methods inherited from interface org.hibernate.search.engine.search.projection.spi.FieldProjectionBuilder
build
-
-
-
-
Method Detail
-
build
public <P> SearchProjection<P> build(ProjectionAccumulator.Provider<V,P> accumulatorProvider)
- Specified by:
buildin interfaceFieldProjectionBuilder<F>
-
-