ExpandedResultItem

A single expanded result in a collapsed group of search results.

An expanded result item contains information about an expanded result document within a collapsed group of search results. This includes the original location of the document, a list of attributes assigned to the document, and relevant text from the document that satisfies the query.

Types

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

Properties

Link copied to clipboard

An array of document attributes assigned to a document in the search results. For example, the document author ("_author") or the source URI ("_source_uri") of the document.

Link copied to clipboard

Provides text and information about where to highlight the text.

Link copied to clipboard

The idenitifier of the document.

Link copied to clipboard

Provides text and information about where to highlight the text.

Link copied to clipboard

The URI of the original location of the document.

Link copied to clipboard
val id: String?

The identifier for the expanded result.

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