Re: Boosting the score of the whole documents

2012-07-06 Thread Chris Hostetter
: 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 http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_increase_the_score_for_specific_documen

Re: Boosting the score of the whole documents

2012-07-04 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Re: Boosting the score of the whole documents Should there be made any modification into scheme.xml file? For example, to enable field boosts, one has to set omitNorms to false. Is there some similar field for document boosts? On Wed, Jul 4, 2012 at 7:29 PM

Re: Boosting the score of the whole documents

2012-07-04 Thread Danilak Michal
my case, it took a boost of 8.0 > to move a document up. > > -- Jack Krupansky > > -----Original Message- From: Danilak Michal > Sent: Wednesday, July 04, 2012 10:57 AM > To: solr-user@lucene.apache.org > Subject: Boosting the score of the whole documents > &g

Re: Boosting the score of the whole documents

2012-07-04 Thread Jack Krupansky
chal Sent: Wednesday, July 04, 2012 10:57 AM To: solr-user@lucene.apache.org Subject: Boosting the score of the whole documents 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 se

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