Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.MappingsResponse
-
Packages that use MappingsResponse Package Description org.dashbuilder.dataprovider.backend.elasticsearch.rest org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl -
-
Uses of MappingsResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest that return MappingsResponse Modifier and Type Method Description MappingsResponseElasticSearchClient. getMappings(String... index)Obtain the mappings for a given index/es. -
Uses of MappingsResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that return MappingsResponse Modifier and Type Method Description MappingsResponseElasticSearchNativeClient. getMappings(String... index)
-