Documents
Operations
Autocomplete Get |
Autocompletes incomplete query terms based on input text and matching terms in the index. |
Autocomplete Post |
Autocompletes incomplete query terms based on input text and matching terms in the index. |
Count |
Queries the number of documents in the index. |
Get |
Retrieves a document from the index. |
Index |
Sends a batch of document write actions to the index. |
Search Get |
Searches for documents in the index. |
Search Post |
Searches for documents in the index. |
Suggest Get |
Suggests documents in the index that match the given partial query text. |
Suggest Post |
Suggests documents in the index that match the given partial query text. |