Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/995
A note about the added integration test. I moved the test to the
SolrUpdateIntegrationTest because this issue is specific to Solr. Adding an
additional test exposed a problem in our Solr in memory component where reset
wasn't working correctly. I had to fix that to get all tests to pass.
If verifying this in full dev, the "*_coordinate" fields should no longer
be present when searching or looking up documents either through our REST
endpoint or the Solr admin console.
---