Hi,

when doing a query with spatial search i get the error: can not use
FieldCache on a field which is neither indexed nor has doc values:
latitudeLongitude_0_coordinate

*SOLR Version:* 6.1.0
*schema.xml:*

<fieldType name="location" class="solr.LatLonType"
subFieldSuffix="_coordinate" />
<field name="latitudeLongitude" type="location" indexed="true"
stored="false" multiValued="false"  />

*Query:*
http://localhost:8983/solr/career_educationVacancyLocation/select?q=*:*&fq={!geofilt}&sfield=latitudeLongitude&pt=48.15,16.23&d=10

*Error Message:*
can not use FieldCache on a field which is neither indexed nor has doc
values: latitudeLongitude_0_coordinate

What is wrong? Thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Spatial-Search-can-not-use-FieldCache-on-a-field-which-is-neither-indexed-nor-has-doc-values-latitude-tp4332185.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to