https://lucene.apache.org/solr/guide/7_4/spatial-search.html#indexing-geojson-and-wkt ?
Regards, Alex. On 25 July 2018 at 16:15, SolrUser1543 <osta...@gmail.com> wrote: > I have look in reference guide and different wiki articles , but have not > found anywhere an example of how index geojson . > > I have the following field definition : > <fieldType name="location_rpt" > class="solr.SpatialRecursivePrefixTreeFieldType" > > spatialContextFactory="org.locationtech.spatial4j.context.jts.JtsSpatialContextFactory" > autoIndex="true" > validationRule="repairBuffer0" > distErrPct="0.025" > maxDistErr="0.001" > distanceUnits="kilometers" /> > > how should post request looks like in order to put geojson in this field ? > > I have managed to index WKT , but not geojson . > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html