Class DistanceProjectionDefinition<F>
java.lang.Object
org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition<F>
org.hibernate.search.engine.search.projection.definition.spi.DistanceProjectionDefinition<F>
- All Implemented Interfaces:
ProjectionDefinition<F>,org.hibernate.search.util.common.spi.ToStringTreeAppendable
- Direct Known Subclasses:
DistanceProjectionDefinition.MultiValued,DistanceProjectionDefinition.SingleValued,DistanceProjectionDefinition.WrappedValued
@Incubating
public abstract class DistanceProjectionDefinition<F>
extends AbstractProjectionDefinition<F>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.static final classDeprecated.static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final DistanceUnit -
Method Summary
Methods inherited from class org.hibernate.search.engine.search.projection.definition.spi.AbstractProjectionDefinition
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.projection.definition.ProjectionDefinition
create, createMethods inherited from interface org.hibernate.search.util.common.spi.ToStringTreeAppendable
toStringTree
-
Field Details
-
fieldPath
-
parameterName
-
unit
-
-
Method Details
-
type
- Specified by:
typein classAbstractProjectionDefinition<F>
-
appendTo
public void appendTo(org.hibernate.search.util.common.spi.ToStringTreeAppender appender) - Specified by:
appendToin interfaceorg.hibernate.search.util.common.spi.ToStringTreeAppendable- Overrides:
appendToin classAbstractProjectionDefinition<F>
-
multi
protected abstract boolean multi()
-