Package | Description |
---|---|
org.hibernate.search.engine.backend.document.model.dsl |
Modifier and Type | Method and Description |
---|---|
default IndexSchemaObjectField |
IndexSchemaElement.objectField(String relativeFieldName)
Add an object field to this index schema element with the default storage type.
|
IndexSchemaObjectField |
IndexSchemaElement.objectField(String relativeFieldName,
ObjectFieldStorage storage)
Add an object field to this index schema element with the given storage type.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.