diff --git a/invenio_rdm_records/records/mappings/os-v1/rdmrecords/records/record-v7.0.0.json b/invenio_rdm_records/records/mappings/os-v1/rdmrecords/records/record-v7.0.0.json index 3fd7e98d4..3e3cd6600 100644 --- a/invenio_rdm_records/records/mappings/os-v1/rdmrecords/records/record-v7.0.0.json +++ b/invenio_rdm_records/records/mappings/os-v1/rdmrecords/records/record-v7.0.0.json @@ -1074,7 +1074,8 @@ "type": "geo_point" }, "geometry": { - "type": "geo_shape" + "type": "geo_shape", + "doc_values": false }, "place": { "type": "text" diff --git a/invenio_rdm_records/records/mappings/os-v2/rdmrecords/records/record-v7.0.0.json b/invenio_rdm_records/records/mappings/os-v2/rdmrecords/records/record-v7.0.0.json index 0719293e9..9291eec90 100644 --- a/invenio_rdm_records/records/mappings/os-v2/rdmrecords/records/record-v7.0.0.json +++ b/invenio_rdm_records/records/mappings/os-v2/rdmrecords/records/record-v7.0.0.json @@ -1074,7 +1074,8 @@ "type": "geo_point" }, "geometry": { - "type": "geo_shape" + "type": "geo_shape", + "doc_values": false }, "place": { "type": "text"