Re: Boosting the whole documents

2012-07-05 Thread Erick Erickson
Can we see the query and the output with &debugQuery=on? Look especially for ConstantScoreQuery in the debug output, if you do certain searches then all the boosting stuff is ignored, e.g. *:*. Best Erick On Wed, Jul 4, 2012 at 9:39 AM, Danilak Michal wrote: > Hi, > > I have the following proble

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