collection
Collection
|
Collection documents will be indexed to.
type: string
|
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 '
|
max_bytes
Max Bytes
|
The maximum size, in bytes, of a document to crawl.
type: integer
default value: '10485760 '
|
max_connections
Maximum number of connections
|
Maximum number of simultaneous connections to the repository. This value usually does not need to be changed.
type: integer
default value: '5000 '
|
max_threads
Maximum number of threads
|
The maximum number of threads to use for fetching data. Each thread will create a new connection to the repository, which may make overall throughput faster, but will also require more system resources including CPU and memory.
type: integer
default value: '5 '
|
service_type
Azure service type
required
|
The Azure service type to crawl, either Blobs or Tables.
type: string
enum: {
Azure Table
Azure Blob
}
|
storage_account
Storage Account
required
|
The Azure storage account name.
type: string
minLength: 1
|
storage_container
Storage Container
|
The name of an Azure Blob container.
type: string
minLength: 1
|
table_filter_statement
Table Filter Statement
|
A filter to apply to the crawl. This is using Azure's syntax for filtering table queries.
type: string
|
tables
Table name
|
The Azure table to index.
type: string
minLength: 1
|
token_secret
Token Secret
required
|
A valid Azure Access Key for authentication.
type: string
minLength: 1
|