elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.52k stars 24.34k forks source link

Missing test coverage for spatial search for un-indexed and no-doc-values #110149

Open craigtaverner opened 1 week ago

craigtaverner commented 1 week ago

Currently test coverage for spatial search for spatial types that are not indexed and/or have no doc-values is untested.

For example:

{
  "properties" : {
    "point": { "type" : "geo_point",  "index" : false, "doc_values" : false }
  }
}

An appropriate place for testing this would be a file like 130_spatial.yml, or a new one close to that like 131_spatial_dv.yml.

We should test combinations of:

elasticsearchmachine commented 1 week ago

Pinging @elastic/es-analytical-engine (Team:Analytics)