CompositeProjectionOptionsStep<S extends CompositeProjectionOptionsStep<?,T>,T> |
The initial and final step in a composite projection definition, 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.
|
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> |
|