Send a query to a query profile, using the Solr query language.
The response contains matching documents, plus statistics about the query operation.
Use the /api/query-profiles
endpoint to get the query profile ID for this request. For a Domain Search Language (DSL) search, see the POST
method for this endpoint.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The query profile ID.
The query terms, using the Solr query language.
Additional Solr query parameters.
OK
The search response.