Github user cestella commented on the issue:
https://github.com/apache/metron/pull/995
@ottobackwards At the very least, if this is indeed a problem with all
[PointType](http://lucene.apache.org/solr/6_3_0/solr-core/org/apache/solr/schema/PointType.html)
fields and not just lat/long fields, then this may impact a common data
science workflow:
1. Generate a model which outputs a vector representation for some input
2. Enrich data with that model (e.g. generate a vector per data point)
3. Index the data as a Point in solr
4. Find similar data by doing nearest neighbor searches
---