У меня есть следующий fieldType:
<fieldType name="location" class="solr.LatLonPointSpatialField" docValues="true"/>
и я определил следующее поле:
<field name="location" type="location" indexed="true" stored="false"/>
Как я могу запросить пустое поле местоположения?