SearchStatisticsResponse

data class SearchStatisticsResponse(val indexUnusedReason: List<IndexUnusedReasonResponse>, val indexUsageMode: String)

Constructors

Link copied to clipboard
fun SearchStatisticsResponse(indexUnusedReason: List<IndexUnusedReasonResponse>, indexUsageMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When index_usage_mode is UNUSED or PARTIALLY_USED, this field explains why index was not used in all or part of the search query. If index_usage_mode is FULLLY_USED, this field is not populated.

Link copied to clipboard

Specifies index usage mode for the query.