| 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()
Gets the
ElasticSearchRestClient that this DataContext is wrapping. |
| Constructor and Description |
|---|
ElasticSearchRestDataContext(ElasticSearchRestClient client,
String indexName)
Constructs a
ElasticSearchRestDataContext and automatically
detects the schema structure/view on an index. |
ElasticSearchRestDataContext(ElasticSearchRestClient client,
String indexName,
SimpleTableDef... tableDefinitions)
Constructs a
ElasticSearchRestDataContext. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.