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

Re: Boosting the score of the whole documents

2012-07-04 Thread Jack Krupansky
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