Interface HibernateSearchBackendElasticsearchRuntimeConfig.IndexConfig
- Enclosing interface:
HibernateSearchBackendElasticsearchRuntimeConfig
public static interface HibernateSearchBackendElasticsearchRuntimeConfig.IndexConfig
-
Method Summary
Modifier and TypeMethodDescriptionindexing()
Configuration for the indexing process that creates, updates and deletes documents.Configuration for the schema management of the indexes.
-
Method Details
-
schemaManagement
HibernateSearchBackendElasticsearchRuntimeConfig.SchemaManagementConfig schemaManagement()Configuration for the schema management of the indexes. -
indexing
Configuration for the indexing process that creates, updates and deletes documents.
-