Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.projection |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeProjectionContext<T>
The context used when starting to define a composite projection.
|
interface |
DistanceToFieldProjectionContext
The context used when starting to define a distance field projection.
|
interface |
DocumentReferenceProjectionContext
The context used when starting to define a document reference projection.
|
interface |
FieldProjectionContext<T>
The context used when starting to define a field projection.
|
interface |
ObjectProjectionContext<O>
The context used when starting to define an object projection.
|
interface |
ReferenceProjectionContext<R>
The context used when starting to define a reference projection.
|
interface |
ScoreProjectionContext
The context used when starting to define a score projection.
|
Modifier and Type | Method and Description |
---|---|
SearchProjectionTerminalContext<Double> |
DistanceToFieldProjectionContext.unit(DistanceUnit unit)
Defines the unit of the computed distance (default is meters).
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.