| Package | Description |
|---|---|
| org.hibernate.search.engine.backend.metamodel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexObjectFieldDescriptor
An "object" field in the index, i.e.
|
interface |
IndexValueFieldDescriptor
A "value" field in the index, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<IndexFieldDescriptor> |
IndexDescriptor.field(String absolutePath)
Get a field by its path.
|
Collection<? extends IndexFieldDescriptor> |
IndexCompositeElementDescriptor.staticChildren()
Get all statically-defined, direct child fields for this element.
|
Collection<IndexFieldDescriptor> |
IndexDescriptor.staticFields()
Get all statically-defined fields for this index.
|
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.