> Hey !
> I use boost on my documents and Solr takes my boosts in
> consideration ! But
> now, i would like to get the "boost" of each documents but
> there are not
> present in my XML result ... why ?

"Index time boost values are combined with other indexing time factors and 
stored elsewhere, for better indexing and search performance." [1]

"norm(t,d) encapsulates a few (indexing time) boost and length factors: When a 
document is added to the index, all the above factors are multiplied." [2]

[1]http://lucene.apache.org/java/2_9_2/api/core/org/apache/lucene/document/Document.html#getBoost()
 

[2]http://lucene.apache.org/java/2_9_2/api/core/org/apache/lucene/search/Similarity.html#formula_norm


      

Reply via email to