public final class Impact
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
freq
Term frequency of the term in the document.
|
long |
norm
Norm factor of the document.
|
| Constructor and Description |
|---|
Impact(int freq,
long norm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |