Sorry for "re-asking". Anybody else facing this issue (bug?), or can anybody 
provide an advice "where to look"?
Thx
Clemens

-----Ursprüngliche Nachricht-----
Von: Clemens Wyss DEV [mailto:clemens...@mysign.ch] 
Gesendet: Mittwoch, 1. November 2017 11:06
An: 'solr-user@lucene.apache.org' <solr-user@lucene.apache.org>
Betreff: LatLonPointSpatialField, sorting : sort param could not be parsed as a 
query, and is not a field that exists in the index 

Context: solr 6.6.0

Im switching my schemas from derprecated solr.LatLonType to 
solr.LatLonPointSpatialField. Now my sortquery (which used to work with 
solr.LatLonType):

sort=geodist(b4_location__geo_si,47.36667,8.55) asc

raises the error

"sort param could not be parsed as a query, and is not a field that exists in 
the index: geodist(b4_location__geo_si,47.36667,8.55)"

Invoking sort by 

sfield=b4_location__geo_si&pt=47.36667,8.55&sort=geodist() asc

works as expected though...

Why does "sort=geodict(fld,lat,ln)" no more work?

Thx for any hints advices
Clemens

Reply via email to