Document

class Document

A document in an index.

Types

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

Properties

Link copied to clipboard

The identifier of the access control configuration that you want to apply to the document.

Link copied to clipboard

Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

Link copied to clipboard

Custom attributes to apply to the document. Use the custom attributes to provide additional information for searching, to provide facets for refining searches, and to provide additional information in the query response.

Link copied to clipboard

The contents of the document.

Link copied to clipboard

The file type of the document in the Blob field.

Link copied to clipboard

The list of principal lists that define the hierarchy for which documents users should have access to.

Link copied to clipboard
val id: String

A identifier of the document in the index.

Link copied to clipboard

Information required to find a specific file in an Amazon S3 bucket.

Link copied to clipboard

The title of the document.

Functions

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