unretrievableAttributes property

  1. @JsonKey(name: r'unretrievableAttributes')
List<String>? unretrievableAttributes
final

Attributes that can't be retrieved at query time. This can be useful if you want to use an attribute for ranking or to restrict access, but don't want to include it in the search results. Attribute names are case-sensitive.

Implementation

@JsonKey(name: r'unretrievableAttributes')
final List<String>? unretrievableAttributes;