How to boost a field copied in the Text Field

2016-10-14 Thread Frederic MERCEUR
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

Can Solr5.3 support multiple Geographical enveloppe

2015-12-11 Thread Frederic MERCEUR
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

Spacial search returns us wrong results

2015-11-04 Thread Frederic MERCEUR
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