Use this method if the length of your query exceeds normal GET limitations.
The response contains matching documents, plus statistics about the query operation.
Use the /api/query-pipelines
endpoint to get the query pipeline ID for this request. For a Domain Search Language (DSL) search, see the POST
method for the /query-pipelines/{id}
endpoint.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The query pipeline ID.
The data collection to query.
The Solr search handler to use for this query.
The query terms, using the Solr query language.
Additional Solr query parameters.
OK
Query response object.