On 4/13/2016 8:57 PM, Rafis Ismagilov wrote: > Should it be PointType, BinaryField, or something else. All examples use > TrieIntField for int.
Solr doesn't have support for the new Point types in Lucene yet. They are a recent introduction, and Solr was caught a little off guard by how fast they were pushed into becoming the primary numeric type for Lucene 6. This is the issue that will most likely add them to a later 6.x release: https://issues.apache.org/jira/browse/SOLR-8396 For reasons that might not be apparent, getting support for these new types into an early 6.x release is a high priority for us. Thanks, Shawn