Interface ElasticsearchIndexDescriptor
- All Superinterfaces:
org.hibernate.search.engine.backend.metamodel.IndexDescriptor
public interface ElasticsearchIndexDescriptor
extends org.hibernate.search.engine.backend.metamodel.IndexDescriptor
A descriptor of an Elasticsearch backend index,
which exposes additional information specific to this backend.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexDescriptor
analyzer, analyzers, field, hibernateSearchName, normalizer, normalizers, root, staticFields
-
Method Details