public interface IndexObjectFieldTypeDescriptor
IndexObjectFieldDescriptor| Modifier and Type | Method and Description |
|---|---|
default boolean |
isNested()
Deprecated.
Use
nested() instead. |
boolean |
nested() |
boolean nested()
true if this object field is represented internally as a nested document,
enabling features such as the nested predicate.@Deprecated default boolean isNested()
nested() instead.true if this object field is represented internally as a nested document,
enabling features such as the nested predicate.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.