Package org.hibernate.search.engine.search.projection.dsl
package org.hibernate.search.engine.search.projection.dsl
-
ClassDescriptionThe 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.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.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.A step in a "multi-step" composite projection definition where one can define inner projections to get values from.The final step in a composite projection definition where optional parameters can be set.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.The initial and final step in a "distance to field" projection definition, where optional parameters can be set.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.The initial and final step in a "document reference" projection definition, where optional parameters can be set.The initial and final step in an "entity" projection definition, where optional parameters can be set.The initial and final step in an "entity reference" projection definition, where optional parameters can be set.A base interface for subtypes ofSearchProjectionFactory
allowing to easily override the self type for all relevant methods.The initial and final step in a "field" projection definition, where optional parameters can be set.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.The final step in a highlight definition.The initial and final step in a highlight definition, where optional parameters can be set.The initial and final step in an "id" projection definition, where optional parameters can be set.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.A factory for search projections.An extension to the search projection DSL, allowing the use of non-standard projections in a query.The second and later step when attempting to apply multiple extensions to aSearchProjectionFactory
.The initial step when attempting to apply multiple extensions to aSearchProjectionFactory
.The final step in a single-valued highlight definition.