collection
Collection
|
Collection documents will be indexed to.
type: string
pattern: ^[a-zA-Z0-9_-]+$
|
commit_on_finish
Solr commit on finish
|
Set to true for a request to be sent to Solr after the last batch has been fetched to commit the documents to the index.
type: boolean
default value: 'true '
|
solr_base_url
Standalone Solr server base URL
|
If using a single Solr instance, enter the base URL, e.g., http://solrhost.example.com:8983/solr/.
type: string
|
solr_field_list
Stored fields to retrieve
|
Fields to fetch from the source Solr instance/cluster, which must be stored fields. Multiple field names should be separated with commas.
type: string
default value: '* '
minLength: 1
|
solr_filter_queries
Filter queries to execute
|
Filter queries to select documents from the source Solr instance/cluster. Multiple filter queries should be separated with commas.
type: string
|
solr_page_size
Page size
|
Number of rows per request to Solr.
type: integer
default value: '100 '
|
solr_query
Query to execute
|
Query to select documents from the source Solr instance/cluster. If not defined, the default query *:* will be used.
type: string
default value: '*:* '
minLength: 1
|
solr_query_parser
Query parser
|
The query parser to use for the request.
type: string
|
solr_request_handler
Solr request handler
|
The request handler to use for the request to the Solr instance/cluster.
type: string
default value: '/select '
minLength: 1
|
solr_sort_spec
Sort specification
|
Sort order for the request. The uniqueKey field must be included as one of the sorted fields.
type: string
default value: 'id asc '
minLength: 1
|
source_collection
Source collection
|
Collection or Core name in the source Solr instance/cluster. If not defined, the default core will be used.
type: string
|
verify_access
Validate access
|
Set to true to require successful connection to the filesystem before saving this datasource.
type: boolean
default value: 'true '
|
zk_host_string
SolrCloud ZooKeeper host string
|
If using a SolrCloud instance, enter the ZooKeeper connect string, e.g., zkServerA:2181,zkServerB:2181,zkServerC:2181/solr.
type: string
|