Entry

open class Entry(var slot: Int, doc: Int) : ScoreDoc

Extension of ScoreDoc to also store the FieldComparator slot.

Constructors

Link copied to clipboard
constructor(slot: Int, doc: Int)

Properties

Link copied to clipboard
var doc: Int

A hit document's number.

Link copied to clipboard

The score of this document for the query.

Link copied to clipboard

Only set by TopDocs.merge

Link copied to clipboard
var slot: Int

Functions

Link copied to clipboard
open override fun toString(): String

Constructs a ScoreDoc.