标签: solr lucene
我具有以下fieldType:
<fieldType name="location" class="solr.LatLonPointSpatialField" docValues="true"/>
并定义了以下字段:
<field name="location" type="location" indexed="true" stored="false"/>
如何查询空的位置字段?