Hi list,
I am trying spatial search in SOLR 5.0 and I don't know how to implement
a solution for the problem I will try to explain.
On a SOLR server I have indexed a collection of objects that contains
spacial field :
multiValued="true" />
class="solr.SpatialRecursivePrefixTreeFieldType"
Hi Leo,
You should use two spatial fields for this -- one is for an indexed
Box/Envelope, and another for an indexed LineString. The indexed box
should use either BBoxField or RptWithGeometrySpatialField, and the
LineString field should use RptWithGeometrySpatialField. If you have an
older inst
Hi,
I am trying spatial search in SOLR 5.0 and I don't know how to implement
a solution for the problem I will try to explain.
On a SOLR server I have indexed a collection of objects that contains
spacial field :
multiValued="true" />
class="solr.SpatialRecursivePrefixTreeFieldType"