Interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchIndexRuntimeConfig
- Enclosing interface:
- HibernateSearchStandaloneRuntimeConfig
public static interface HibernateSearchStandaloneRuntimeConfig.ElasticsearchIndexRuntimeConfig
-
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
Configuration for the schema management of the indexes. -
indexing
Configuration for the indexing process that creates, updates and deletes documents.
-