SearchIndexQuery
org.sagebionetworks.repo.model.search.table.SearchIndexQuery
Async request to query a SearchIndex entity's OpenSearch index. Identifies the target index and carries the search-request body.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| searchIndexId | STRING | The ID of the SearchIndex entity to query. |
| searchQuery | SearchQuery | The body of an OpenSearch |
| responseParts | SET<SearchQueryPart> | Optional list of additional parts to include in the SearchQueryResults beyond the default HITS + offset. Null or empty means HITS only (the default minimal payload). Requesting parts also drives the corresponding work in OpenSearch (aggregations, total-hit tracking). |