Available on crate features
conversational-search-service or document-service or recommendation-service or search-service only.Expand description
Defines additional types related to Document.
Modules§
- acl_
info - Defines additional types related to AclInfo.
- content
- Defines additional types related to Content.
Structs§
- AclInfo
- ACL Information of the Document.
- Content
- Unstructured data linked to this document.
- Index
Status - Index status of the document.
Enums§
- Data
- Data representation. One of
struct_data or
json_data should be
provided otherwise an
INVALID_ARGUMENTerror is thrown.