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