- Docs
- Cloaked Search
- Usage
- Indexing
Indexing Documents
Cloaked Search supports the four standard endpoints for indexing as described in the Index API. When adding a document to a protected index, the document must contain the Tenant ID field unless Cloaked Search is configured to use a fixed_tenant_id. Unprotected indices do not have this restriction.
Bulk API
Cloaked Search also supports the Bulk API. This API allows many create, index, update, and delete operations to be sent in a single request. The create and index operations have the same restrictions regarding the Tenant ID field as specified above. Note that update commands can only be performed on unprotected indices.