attributes property

List<DocumentAttribute>? attributes
final

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.

Implementation

final List<DocumentAttribute>? attributes;