mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Maps] Do not fetch geo_shape from docvalues (#63997)
This commit is contained in:
parent
e302fd8486
commit
35dab183ab
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function getDocValueAndSourceFields(indexPattern, fieldNames) {
|
|||
lang: field.lang,
|
||||
},
|
||||
};
|
||||
} else if (field.readFromDocValues) {
|
||||
} else if (field.type !== ES_GEO_FIELD_TYPE.GEO_SHAPE && field.readFromDocValues) {
|
||||
const docValueField =
|
||||
field.type === 'date'
|
||||
? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue