Class DistanceProjectionDefinition.MultiValued
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<List<Double>>
org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition<List<Double>>
org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition.MultiValued
- All Implemented Interfaces:
ProjectionDefinition<List<Double>>
,ToStringTreeAppendable
- Enclosing class:
DistanceProjectionDefinition<F>
@Deprecated(since="8.0")
@Incubating
public static final class DistanceProjectionDefinition.MultiValued
extends DistanceProjectionDefinition<List<Double>>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition
DistanceProjectionDefinition.MultiValued, DistanceProjectionDefinition.SingleValued, DistanceProjectionDefinition.WrappedValued<C>
-
Field Summary
Fields inherited from class org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition
fieldPath, parameterName, unit
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValued
(String fieldPath, String parameterName, DistanceUnit unit) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ProjectionDefinitionContext context) Deprecated.Creates a projection with a specific projected type.protected boolean
multi()
Deprecated.Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition
appendTo, type
Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.search.engine.search.projection.definition.ProjectionDefinition
create
Methods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
toStringTree
-
Constructor Details
-
MultiValued
Deprecated.
-
-
Method Details
-
multi
protected boolean multi()Deprecated.- Specified by:
multi
in classDistanceProjectionDefinition<List<Double>>
-
create
Deprecated.Description copied from interface:ProjectionDefinition
Creates a projection with a specific projected type.- Parameters:
context
- The context in which the definition is applied.- Returns:
- The created
SearchPredicate
. - See Also:
-