solr 7.3.1 how to parse LatLonPointSpatialField in custom .jar

2018-11-20 Thread elisabeth benoit
ed in *GeoDistValueSourceParser, but it seems to us (we are not java programmers) very hacky and complicated and we would like to know if there is a simple solution to parse a *LatLonPointSpatialField in our jar. Thanks, Elisabeth

LatLonPointSpatialField

2018-03-13 Thread Chris Ulicny
Hi all, I'm currently migrating a 4.9.0 solr standalone index to 7.2.1 cloud. In the schema, I've replaced the old LatLon type with the new LatLonPointSpatialField type as below In the 4.9.0 version, we could search based on a single point passed as an fq parameter ...&

AW: LatLonPointSpatialField, sorting : sort param could not be parsed as a query, and is not a field that exists in the index

2017-11-02 Thread Clemens Wyss DEV
cene.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

LatLonPointSpatialField, sorting : sort param could not be parsed as a query, and is not a field that exists in the index

2017-11-01 Thread Clemens Wyss DEV
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