| Package | Description |
|---|---|
| org.dashbuilder.dataprovider.backend.elasticsearch | |
| org.dashbuilder.dataprovider.backend.elasticsearch.rest.model |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnType |
ElasticSearchDataSetProvider.getDataType(FieldMappingResponse.FieldType fieldType,
FieldMappingResponse.IndexType indexType)
Return the dashbuilder data type for a given ElasticSearch field type.
|
protected DataColumn |
ElasticSearchDataSetProvider.parseColumnFromIndexMappings(ElasticSearchDataSetDef def,
String indexName,
String typeName,
String fieldName,
String format,
FieldMappingResponse.FieldType fieldType,
FieldMappingResponse.IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
FieldMappingResponse.FieldType |
MultiFieldMappingResponse.getDataType() |
FieldMappingResponse.FieldType |
FieldMappingResponse.getDataType() |
static FieldMappingResponse.FieldType |
FieldMappingResponse.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMappingResponse.FieldType[] |
FieldMappingResponse.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FieldMappingResponse(String name,
FieldMappingResponse.FieldType dataType,
FieldMappingResponse.IndexType indexType) |
FieldMappingResponse(String name,
FieldMappingResponse.FieldType dataType,
FieldMappingResponse.IndexType indexType,
String format) |
FieldMappingResponse(String name,
FieldMappingResponse.FieldType dataType,
FieldMappingResponse.IndexType indexType,
String format,
MultiFieldMappingResponse[] multiFields) |
MultiFieldMappingResponse(String name,
FieldMappingResponse.FieldType fieldType,
FieldMappingResponse.IndexType indexType) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.