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

Reply via email to