catalogProjectId
Catalog Project ID
required
|
Analytics catalog project ID.
type: string
default value: 'fusion '
|
contextKey
Context Key
|
The key used to bind query results into the pipeline context; if not set, the query results are returned to the client.
type: string
|
params
Additional Params to be Included in the Solr Query Request. Only Applies if the Query Type is 'solr'.
|
type: array of object
object attributes: {
key
(required)
: {
display name: Parameter Name
type: string
}
value
: {
display name: Parameter Value
type: string
}
}
|
queryText
Query
required
|
Query to execute; accepts any valid Solr query, SQL, or Solr streaming expression. Replaceable parameters will be applied before query execution using values pulled from request parameters and the pipeline context.
type: string
|
queryType
Query Type
|
Query type: solr, sql, or streaming_expression
type: string
default value: 'sql '
enum: {
solr
sql
streaming_expression
}
|
requestHandler
Solr Request Handler.
|
The Solr request handler to send a query to; only applies if query type is 'solr' or 'streaming_expression'. Defaults to /select for solr queries and /stream for streaming expressions.
type: string
|