| Package | Description |
|---|---|
| org.hibernate.search.engine.search.projection.dsl | |
| org.hibernate.search.engine.search.projection.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,T>,T>
The initial and final step in a "field" projection definition, where optional parameters can be set.
|
| 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,
ValueConvert convert)
Project to the value of a field in the indexed document.
|
FieldProjectionOptionsStep<?,Object> |
SearchProjectionFactory.field(String absoluteFieldPath,
ValueConvert convert)
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,
ValueConvert convert) |
FieldProjectionOptionsStep<?,Object> |
DelegatingSearchProjectionFactory.field(String absoluteFieldPath,
ValueConvert convert) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.