FeaturedResultsConflictException

An error message with a list of conflicting queries used across different sets of featured results. This occurred with the request for a new featured results set. Check that the queries you specified for featured results are unique per featured results set for each index.

Types

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

Properties

Link copied to clipboard

A list of the conflicting queries, including the query text, the name for the featured results set, and the identifier of the featured results set.

Link copied to clipboard
open override val message: String?

An explanation for the conflicting queries.

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Functions

Link copied to clipboard
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