authenticationProperties
Authentication settings
|
Select only one option
type: object
object attributes: {
}
|
connectionsProperties
Http connection options
|
type: object
object attributes: {
}
object attributes: {
}
object attributes: {
}
|
limitDocuments
Limit Documents
|
A set of options for configuring indexing of Documents.
type: object
object attributes: {
}
|
requestsProperties
Requests settings
|
A set of options for configuring the requests the connector will send to the SharePoint server instance
type: object
object attributes: {
}
object attributes: {
}
object attributes: {
}
|
retryProperties
Retry Options
|
A set of options for configuring retry behavior.
type: object
object attributes: {
}
object attributes: {
}
object attributes: {
}
|
timeoutsProperties
Http timeout options
|
A set of options for configuring the http client.
type: object
object attributes: {
}
object attributes: {
}
|
webApplications
Web applications
|
Web applications to crawl.
type: array of object
object attributes: {
excludedFileExtensions
: {
display name: Excluded file extensions
type: array of string
default value: ' '
default :
description : A set of all file extensions to be skipped from the fetch.
items : {"minLength"=>1, "type"=>"string"}
title : Excluded file extensions
type : array
}
exclusiveRegexes
: {
display name: Exclusive regexes
type: array of string
default value: ' '
default :
description : Regular expressions for URI patterns to exclude. This will limit this datasource to only URIs that do not match the regular expression.
items : {"minLength"=>1, "type"=>"string"}
title : Exclusive regexes
type : array
}
includedFileExtensions
: {
display name: Included file extensions
type: array of string
default value: ' '
default :
description : Set of file extensions to be fetched. If specified, all non-matching files will be skipped.
items : {"minLength"=>1, "type"=>"string"}
title : Included file extensions
type : array
}
inclusiveRegexes
: {
display name: Inclusive regexes
type: array of string
default value: ' '
default :
description : Regular expressions for URI patterns to include. This will limit this datasource to only URIs that match the regular expression.
items : {"minLength"=>1, "type"=>"string"}
title : Inclusive regexes
type : array
}
regexCacheSize
: {
display name:
type: number
default value: '10000 '
default : 10000
exclusiveMaximum : false
exclusiveMinimum : false
hints : hidden
maximum : 2147483647
minimum : -2147483648
multipleOf : 1.0
title :
type : number
}
siteCollections
: {
display name: Site collection list
type: array of string
default value: ' '
default :
description : A list of site collections to crawl. Because only site collection administrators or site collection auditors can list the site collections in a SharePoint web application... use this when you are crawling as a user that is not an admin/auditor. This allows you to explicitly list site collections you want to crawl. The urls you specify must be relative urls to the web application url.Only the collection listed here will be fetch.
items : {"minLength"=>1, "type"=>"string"}
title : Site collection list
type : array
}
webApplicationName
(required)
: {
display name: Web application Name
type: string
description : Unique name of this web app
minLength : 1
title : Web application Name
type : string
}
webApplicationUrl
(required)
: {
display name: Web application URL
type: string
description : The URL must have the format https://[:port].
minLength : 1
title : Web application URL
type : string
}
}
object attributes: {
}
|
maximumItemLimitConfig
Maximum Output Limit
|
Limits the number of items emitted to the configured IndexPipeline. The default is no limit (-1).
type: number
default value: '-1 '
exclusiveMaximum: false
exclusiveMinimum: false
maximum: 2147483647
minimum: -2147483648
multipleOf: 1.0
|
proxyProperties
Proxy Properties
|
password
Proxy password
type: string
minLength: 1
url
The proxy URL
type: string
minLength: 1
username
Proxy username
type: string
minLength: 1
|
securityTrimmingProperties
Security trimming configuration
|
aclCollectionName
Name of Solr collection to be used for storing fetched ACL records. If not specified, ACL collection name will be generated automatically using pattern '_access_control_hierarchy'.
type: string
enableSecurityTrimming
Enable indexing and query-time security-trimming
type: boolean
default value: 'true '
|
sizeLimitProperties
Size Limit Properties
|
maxSizeBytes
Used for excluding items when the item size is larger than the configured value.
type: number
default value: '-1 '
exclusiveMaximum: false
exclusiveMinimum: false
maximum: 2147483647
minimum: -2147483648
multipleOf: 1.0
minSizeBytes
Used for excluding items when the item size is smaller than the configured value.
type: number
default value: '1 '
exclusiveMaximum: false
exclusiveMinimum: false
maximum: 2147483647
minimum: -2147483648
multipleOf: 1.0
|