| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.elasticsearch.rest |
| Modifier and Type | Method and Description |
|---|---|
static UpdateableDataContext |
DataContextFactory.createElasticSearchDataContext(ElasticSearchRestClient client,
String indexName)
Creates a new JSON-based ElasticSearch datacontext.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticSearchRestClient |
ElasticSearchRestDataContext.getElasticSearchClient()
Deprecated.
When outside this package just use the injected RestHighLevelClient when instantiating this class.
Inside this package use
ElasticSearchRestDataContext.getRestHighLevelClient() instead |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.