SearchAutocompleteRequest
org.sagebionetworks.repo.model.search.table.SearchAutocompleteRequest
Synchronous, type-ahead-only request for the POST /search/autocomplete endpoint. See that endpoint for the autocomplete-vs-async tradeoffs and the allowed inner-clause shapes.
| Field | Type | Description |
|---|---|---|
| searchIndexId | STRING | The ID of the SearchIndex entity to query. |
| searchQuery | SearchAutocompleteBody | Body of an autocomplete request — the OpenSearch |