QueryRefinement

Suggestions for refining individual query terms. Suggestions are returned as objects which note the term, suggested replacement, and its index in the query.

Types

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

Properties

Link copied to clipboard

End index of the parsed query.

Link copied to clipboard

The sub-string of the original query that is replaced by this query term.

Link copied to clipboard

The term that will be suggested to the user.

Link copied to clipboard

Start index of the parsed component.

Functions

Link copied to clipboard
inline fun copy(block: QueryRefinement.Builder.() -> Unit = {}): QueryRefinement
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