public interface NestedPredicateContext
Modifier and Type | Method and Description |
---|---|
NestedPredicateFieldContext |
onObjectField(String absoluteFieldPath)
Set the object field to "nest" on.
|
NestedPredicateFieldContext onObjectField(String absoluteFieldPath)
The selected field must be stored as ObjectFieldStorage.NESTED
in the targeted indexes.
absoluteFieldPath
- The path to the object.NestedPredicateFieldContext
allowing to define the predicate
that should match on a single object.Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.