: 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
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, Jack Krupansky wrote:
> Make sure to review the "similarity" javadoc page to underst
Make sure to review the "similarity" javadoc page to understand what any of
these factors does to the document score.
See:
http://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/search/Similarity.html
Sure, a document boost applies a multiplicative factor, but that is all
relative to al