IndexStatistics

Provides information about the number of documents and the number of questions and answers in an index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of question and answer topics in the index.

Link copied to clipboard

The number of text documents indexed.

Functions

Link copied to clipboard
inline fun copy(block: IndexStatistics.Builder.() -> Unit = {}): IndexStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String