Package org.apache.lucene.index
Class Impact
java.lang.Object
org.apache.lucene.index.Impact
Per-document scoring factors.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
freq
public int freqTerm frequency of the term in the document. -
norm
public long normNorm factor of the document.
-
-
Constructor Details
-
Impact
public Impact(int freq, long norm) Constructor.
-
-
Method Details