Yeah, solr.PointType. Or use solr.SpatialRecursivePrefixTree with geo=false http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4
On 2/8/13 10:38 AM, "Kissue Kissue" <kissue...@gmail.com> wrote: >I can see Solr has the field type solr.LatLonType which supports spatial >based on longitudes and latitudes. Does it support spatial based on >Eastings and Northings and is the solr.PointType field type meant to be >used for this type of cordinates? > >Thanks.