Uses of Interface
org.hibernate.search.backend.elasticsearch.lowlevel.syntax.metadata.impl.ElasticsearchIndexMetadataSyntax
-
-
Uses of ElasticsearchIndexMetadataSyntax in org.hibernate.search.backend.elasticsearch.dialect.protocol.impl
Methods in org.hibernate.search.backend.elasticsearch.dialect.protocol.impl that return ElasticsearchIndexMetadataSyntax Modifier and Type Method Description ElasticsearchIndexMetadataSyntaxElasticsearch56ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch60ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch63ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch64ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch67ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch70ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch80ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearch81ProtocolDialect. createIndexMetadataSyntax()ElasticsearchIndexMetadataSyntaxElasticsearchProtocolDialect. createIndexMetadataSyntax() -
Uses of ElasticsearchIndexMetadataSyntax in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl with parameters of type ElasticsearchIndexMetadataSyntax Constructor Description LowLevelIndexMetadataBuilder(GsonProvider gsonProvider, ElasticsearchIndexMetadataSyntax syntax, IndexNames indexNames) -
Uses of ElasticsearchIndexMetadataSyntax in org.hibernate.search.backend.elasticsearch.link.impl
Methods in org.hibernate.search.backend.elasticsearch.link.impl that return ElasticsearchIndexMetadataSyntax Modifier and Type Method Description ElasticsearchIndexMetadataSyntaxElasticsearchLink. getIndexMetadataSyntax() -
Uses of ElasticsearchIndexMetadataSyntax in org.hibernate.search.backend.elasticsearch.lowlevel.syntax.metadata.impl
Classes in org.hibernate.search.backend.elasticsearch.lowlevel.syntax.metadata.impl that implement ElasticsearchIndexMetadataSyntax Modifier and Type Class Description classElasticsearch56IndexMetadataSyntaxThe index metadata syntax for ES5.6 to 6.3.classElasticsearch64IndexMetadataSyntaxThe index metadata syntax for ES6.4 and later.
-