Interface ElasticsearchIndexManager
- All Superinterfaces:
IndexManager
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.index.IndexManager
analyze, analyzeAsync, normalize, normalizeAsync, unwrap
-
Method Details
-
backend
ElasticsearchBackend backend()- Specified by:
backend
in interfaceIndexManager
- Returns:
- The backend in which this index manager is defined.
-
descriptor
ElasticsearchIndexDescriptor descriptor()- Specified by:
descriptor
in interfaceIndexManager
- Returns:
- A descriptor of this index, exposing in particular a list of field and their characteristics.
-