On Wed, Sep 01, 2010 at 01:05:47AM +0100, me said: > I'm trying to index a latLon field. > > <fieldType name="latLon" class="solr.LatLonType" subFieldSuffix="_latLon"/> > <field name="location" type="latLon" indexed="true" stored="true"/>
Turns out changing it to <fieldType name="latLon" class="solr.LatLonType" subFieldType="double"/> fixed it.