Builds the URL for the SearchApi search request.
The URL for the search request.
Processes the response data from the SearchApi search request and converts it into an array of Documents.
The response data from the SearchApi search request.
An array of Documents.
Class representing a document loader for loading search results from the SearchApi. It extends the BaseDocumentLoader class.
Example