gbif / pipelines

Pipelines for data processing (GBIF and LivingAtlases)
Apache License 2.0
40 stars 28 forks source link

#997 Disable indexing of footprintWKT field for livingatlas elasticsearch event schema #998

Open jack-brinkman opened 7 months ago

jack-brinkman commented 7 months ago

Disables indexing for the footprintWKT field in the livingatlas elasticsearch schema, like so:

"footprintWKT": {
  "type": "text",
  "index": false
},

Note: I haven't updated the es-event-schema.json file in gbif/ingestion/ingest-gbif-beam, only in livingatlas - not sure whether this needs to be updated too for consisitency?