Impact

class Impact(var freq: Int, var norm: Long)

Per-document scoring factors.

Constructors

Link copied to clipboard
constructor(freq: Int, norm: Long)

Properties

Link copied to clipboard
var freq: Int

Term frequency of the term in the document.

Link copied to clipboard
var norm: Long

Norm factor of the document.

Functions

Link copied to clipboard
open operator override fun equals(obj: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String