| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.projection | |
| org.hibernate.search.engine.search.dsl.projection.spi |
| Modifier and Type | Method and Description |
|---|---|
default FieldProjectionOptionsStep<Object> |
SearchProjectionFactory.field(String absoluteFieldPath)
Project to the value of a field in the indexed document, without specifying a type.
|
default <T> FieldProjectionOptionsStep<T> |
SearchProjectionFactory.field(String absoluteFieldPath,
Class<T> type)
Project to the value of a field in the indexed document.
|
<T> FieldProjectionOptionsStep<T> |
SearchProjectionFactory.field(String absoluteFieldPath,
Class<T> type,
ProjectionConverter projectionConverter)
Project to the value of a field in the indexed document.
|
FieldProjectionOptionsStep<Object> |
SearchProjectionFactory.field(String absoluteFieldPath,
ProjectionConverter projectionConverter)
Project to the value of a field in the indexed document, without specifying a type.
|
| Modifier and Type | Method and Description |
|---|---|
<T> FieldProjectionOptionsStep<T> |
DelegatingSearchProjectionFactory.field(String absoluteFieldPath,
Class<T> type,
ProjectionConverter projectionConverter) |
FieldProjectionOptionsStep<Object> |
DelegatingSearchProjectionFactory.field(String absoluteFieldPath,
ProjectionConverter projectionConverter) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.