description
Description
|
Optional description
type: string
maxLength: 125
|
getUrl
Drupal URL
|
Page URL.
type: string
|
getUsername
Username for login
|
Username to login into drupal to be able to fetch content from it.
type: string
|
getPassword
Password for login
|
Password to login into drupal to be able to fetch content from it.
type: string
|
getLoginPath
Login path
|
Login path.
type: string
default value: '/user/login '
|
getLogoutPath
Logout path
|
Logout path.
type: string
default value: '/user/logout '
|
getDrupalContentEntryPath
Drupal Content entry path
|
Drupal Content entry path from where the crawling should start.
type: string
default value: '/en/fusion '
|
indexMetadata
Index metadata
|
When enabled the metadata of skipped items will be indexed to the content collection
type: boolean
default value: 'false '
|
numFetchThreads
Fetch Threads
|
Maximum number of fetch threads; defaults to 20.This setting controls the number of threads that call the Connectors fetch method.Higher values can, but not always, help with overall fetch performance.
type: number
default value: '20 '
maximum: 500
exclusiveMaximum: false
minimum: 1
exclusiveMinimum: false
multipleOf: 1
|
indexContentFields
Index content fields
|
When enabled, content fields will be indexed to the crawl-db collection
type: boolean
default value: 'false '
|
fetchItemQueueSize
Fetch Item Queue Size
|
Size of the fetch item queue.Larger values result in increased memory usage, but potentially higher performance.Default is 10k.
type: number
default value: '10000 '
maximum: 500000
exclusiveMaximum: false
minimum: 1
exclusiveMinimum: false
multipleOf: 1
|
fetchRequestCheckInterval
Fetch request check interval(ms)
|
The amount of time to wait before check if a request is done
type: number
default value: '15000 '
maximum: 500000
exclusiveMaximum: false
minimum: 1000
exclusiveMinimum: false
multipleOf: 1
|
fetchResponseScheduledTimeout
Fetch response scheduled timeout(ms)
|
The maximum amount of time for a response to be scheduled. The task will be canceled if this setting is exceeded.
type: number
default value: '300000 '
maximum: 500000
exclusiveMaximum: false
minimum: 1000
exclusiveMinimum: false
multipleOf: 1
|
fetchResponseCompletedTimeout
Fetch response completion timeout(ms)
|
The maximum amount of time for a response to be completed. If exceeded, the task will be retried if the job is still running
type: number
default value: '300000 '
maximum: 600000
exclusiveMaximum: false
minimum: 1
exclusiveMinimum: false
multipleOf: 1
|
id
Configuration ID
|
A unique identifier for this Configuration.
type: string
minLength: 1
pattern: ^[a-zA-Z0-9_-]+$
|
created
Date Created
|
The date at which this Configuration was created.
type: string
|
type
Type
|
A type ID for this connector.
type: string
|
modified
Date Modified
|
The date at which this Configuration was last modified.
type: string
|
collectionId
Collection ID
|
The associated content Collection.
type: string
minLength: 1
pattern: ^[a-zA-Z0-9_-]+$
|
diagnosticLogging
Diagnostic Logging
|
Enable diagnostic logging; disabled by default
type: boolean
default value: 'false '
interfaces: com.lucidworks.fusion.connector.plugin.api.config.CoreConfig
|