Solr Query Stage
The Solr Query stage transforms the Fusion query pipeline
Request
object into a Solr query and sends it to Solr.
|
When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.
|
Sends the search request to Solr
skip - boolean
Set to true to skip this stage.
Default: false
label - string
A unique label for this stage.
<= 255 characters
condition - string
Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.
allowedRequestHandlers - array[string]
httpMethod - string
HTTP method for querying Solr.
Default: POST
Allowed values: POSTGET
allowFederatedSearch - boolean
Allow Solr 'collection' and 'shards' parameters.
Default: false