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