Hello,
we use Solr to describe datasets with several metadata (title, authors,
description, etc). We copy all these metadata in the Text field to offer
a default search to our end-users so they can make a search on all
metadata in one search :
multiValued="true" required="true"/>
stored="tru
Dear All,
do you know if Solr5.3 is supposed to support multiple Geographical
enveloppe search ?
Indeed, we have a bbox index defined as follow :
multiValued="true"/>
distanceUnits="degrees" numberType="_bbox_coord" />
precisionStep="8" docValues="true" stored="false"/>
When we
Dear All,
I have a problem with the spacial search that returns us wrong results.
Here is the way I declare our spacial bbox index with Solr 5.4 :
id
distanceUnits="kilometers" numberType="_bbox_coord"/>
precisionStep="8" docValues="true" stored="false"/>
[...]
Here t