LMStats

class LMStats(field: String, boost: Double) : BasicStats

Stores the collection distribution of the current term.

Constructors

Link copied to clipboard
constructor(field: String, boost: Double)

Properties

Link copied to clipboard

The average field length.

Link copied to clipboard

A query boost. Should be applied as a multiplicative factor to the score.

Link copied to clipboard

The probability that the current term is generated by the collection.

Link copied to clipboard

The document frequency.

Link copied to clipboard
Link copied to clipboard

The number of documents.

Link copied to clipboard

The total number of tokens in the field.

Link copied to clipboard

The total number of occurrences of this term across all documents.