You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/30 23:45:11 UTC

[Solr Wiki] Trivial Update of "SolrRelevancyFAQ" by AnuragGoel

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by AnuragGoel:
http://wiki.apache.org/solr/SolrRelevancyFAQ

The comment on the change is:
Updated Lucene scoring documentation link

------------------------------------------------------------------------------
    * index-time boost - if a boost was specified for a document at index time, scores for searches that match that document will be boosted.
    * query clause boost - a user may explicitly boost the contribution of one part of a query over another.
  
- See the [http://lucene.apache.org/java/docs/scoring.html Lucene scoring documentation] for more info.
+ See the [http://lucene.apache.org/java/2_4_0/scoring.html Lucene scoring documentation] for more info.
  
  
  == Why does id:archangel come before id:hawkgirl when querying for "wings" ==