: 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
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
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
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
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