mirror of https://github.com/apache/lucene.git
Updated with new information on using new QueryScorer.getMaxWeight
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151026 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ceb895e772
commit
972f2923bb
|
@ -40,7 +40,9 @@ A subtle use of color can help emphasise the reasons for matching (useful when d
|
|||
you want to see what the basis of the similarities are)</p>
|
||||
<p>The QueryScorer class has a new constructor which can use an IndexReader to derive the IDF (inverse document frequency)
|
||||
for each term in order to influcence the score. This is useful for helping to extracting the most significant sections
|
||||
of a document and in supplying scores used by the new GradientFormatter to color significant words more strongly</p>
|
||||
of a document and in supplying scores used by the new GradientFormatter to color significant words more strongly.
|
||||
The QueryScorer.getMaxWeight method is useful when passed to the GradientFormatter constructor to define the top score
|
||||
which is associated with the top color.</p>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue