BasicStats

open class BasicStats(val field: String?, val boost: Double)

Stores all statistics commonly used ranking methods.

Inheritors

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 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.