| CompositeProjectionFrom1AsStep<V1> |
The step in a "multi-step" composite projection definition
where a single inner projection has been defined
and the result of the composite projection can be defined.
|
| CompositeProjectionFrom2AsStep<V1,V2> |
The step in a "multi-step" composite projection definition
where 2 inner projections have been defined
and the result of the composite projection can be defined.
|
| CompositeProjectionFrom3AsStep<V1,V2,V3> |
The step in a "multi-step" composite projection definition
where 3 inner projections have been defined
and the result of the composite projection can be defined.
|
| CompositeProjectionFromAsStep |
The step in a "multi-step" composite projection definition
where one or more inner projections have been defined
and the result of the composite projection can be defined.
|
| CompositeProjectionInnerStep |
A step in a "multi-step" composite projection definition
where one can define inner projections to get values from.
|
| CompositeProjectionOptionsStep<S extends CompositeProjectionOptionsStep<?,T>,T> |
The final step in a composite projection definition
where optional parameters can be set.
|
| CompositeProjectionValueStep<N extends CompositeProjectionOptionsStep<?,T>,T> |
The step in a composite projection definition
where the projection (optionally) can be marked as multi-valued (returning Lists),
and where optional parameters can be set.
|
| DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?,T>,T> |
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.
|
| DistanceToFieldProjectionValueStep<N extends DistanceToFieldProjectionOptionsStep<?,T>,T> |
The initial step in a "distance to field" projection definition,
where the projection (optionally) can be marked as multi-valued (returning Lists),
and where optional parameters can be set.
|
| DocumentReferenceProjectionOptionsStep<S extends DocumentReferenceProjectionOptionsStep<?>> |
The initial and final step in a "document reference" projection definition, where optional parameters can be set.
|
| EntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>,E> |
The initial and final step in an "entity" projection definition, where optional parameters can be set.
|
| EntityReferenceProjectionOptionsStep<S extends EntityReferenceProjectionOptionsStep<?,R>,R> |
The initial and final step in an "entity reference" projection definition, where optional parameters can be set.
|
| ExtendedSearchProjectionFactory<S extends ExtendedSearchProjectionFactory<?,R,E>,R,E> |
A base interface for subtypes of SearchProjectionFactory allowing to
easily override the self type for all relevant methods.
|
| FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,T>,T> |
The initial and final step in a "field" projection definition, where optional parameters can be set.
|
| FieldProjectionValueStep<N extends FieldProjectionOptionsStep<?,T>,T> |
The initial step in a "field" projection definition,
where the projection (optionally) can be marked as multi-valued (returning Lists),
and where optional parameters can be set.
|
| HighlightProjectionFinalStep |
The final step in a highlight definition.
|
| HighlightProjectionOptionsStep |
The initial and final step in a highlight definition, where optional parameters can be set.
|
| IdProjectionOptionsStep<S extends IdProjectionOptionsStep<?,I>,I> |
The initial and final step in an "id" projection definition, where optional parameters can be set.
|
| ProjectionFinalStep<T> |
The final step in a projection definition, where the projection can be retrieved.
|
| ScoreProjectionOptionsStep<S extends ScoreProjectionOptionsStep<?>> |
The initial and final step in a "score" projection definition, where optional parameters can be set.
|
| SearchProjectionFactory<R,E> |
A factory for search projections.
|
| SearchProjectionFactoryExtension<T,R,E> |
An extension to the search projection DSL, allowing the use of non-standard projections in a query.
|
| SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> |
|
| SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> |
|