Re: Boosting the score of the whole documents

2012-07-04 Thread Danilak Michal
is shown in the "explain" section if you add &debugQuery=true to your query > request. This is explained under "norm" in the similarity javadoc. > > I did try a couple of examples with the Solr 3.6 example, such as doc > boost=2.0, 0.2 (de-boost), 4.0, and 8.0. In

Boosting the score of the whole documents

2012-07-04 Thread Danilak Michal
Hi guys, I have the following problem. I would like to give a boost to the whole documents as I index them. I am sending to solr the xml in the form: But it does't seem to alter the search scores in any way. I would expect that to multiply the final search score by two, am I correct? Probab

Boosting the whole documents

2012-07-04 Thread Danilak Michal
Hi, I have the following problem. I would like to give a boost to the whole documents as I index them. I am sending to solr xml in the form: But it does't seem to alter the search scores in any way. I would expect that to multiply the final search score by two, am I correct? Probably I woul