public interface IndexManagerBuilder
| Modifier and Type | Method and Description |
|---|---|
IndexManagerImplementor |
build()
Build the mapping based on the
schemaRootNodeBuilder() metadata contributed} so far. |
void |
closeOnFailure()
Close any allocated resource.
|
IndexSchemaRootNodeBuilder |
schemaRootNodeBuilder() |
void closeOnFailure()
This method is called when an error occurs while starting up Hibernate Search. When this method is called, it is guaranteed to be the last call on the builder.
IndexSchemaRootNodeBuilder schemaRootNodeBuilder()
IndexSchemaRootNodeBuilder allowing to contribute metadata about the index schema.
Never called after build().
IndexManagerImplementor build()
schemaRootNodeBuilder() metadata contributed} so far.
May only be called once on a given object.
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.