org.apache.lucene.codecs.Impact
class
final
6 members
Per-document scoring factors.
Fields
| field | type | note |
| freq |
int |
Term frequency of the term in the document. |
| norm |
long |
Norm factor of the document. |
Constructors
new
new
(
int freq,
long norm
)
Java: <init>(int freq, long norm)
Constructor.
Instance Methods
equals
boolean
equals
(
Object obj
)
Java: equals(Object obj)
hash_code
int
hash_code
(
)
Java: hashCode()
to_string
String
to_string
(
)
Java: toString()