acl_collection
ACL collection ID
|
Specify a Solr collection ID here for use with security trimming. Please make sure this collection exists in the cluster You can create this collection using the Collection manager.
type: string
pattern: ^[A-Za-z0-9_\-]+$
|
acl_commit_after
ACL commit after (ms)
|
If you are using the acl collection indexing, this will set the frequency of SOLR commits to the acl collection.
type: integer
default value: '60000 '
exclusiveMinimum: false
minimum: -1
|
collection
Collection
|
Collection documents will be indexed to.
type: string
pattern: ^[a-zA-Z0-9_-]+$
|
connected_app_client_id
Salesforce Client Id
required
|
Salesforce connected app Consumer Key
type: string
minLength: 1
|
connected_app_client_secret
Salesforce Client secret
required
|
Salesforce connected app Consumer Secret
type: string
minLength: 1
|
diagnostic_mode
Diagnostic Mode
|
type: boolean
default value: 'false '
|
is_production_environment
Is production environment
|
Set to true for production instances and false for sandboxes.
type: boolean
default value: 'true '
|
objects_to_crawl
Objects to crawl
|
List of objects to crawl, separated by commas and no spaces.
type: array of string
default value: [
Case ,
CaseComment ,
CaseHistory ,
CaseFeed ,
FeedComment ,
Asset ,
Account ,
Contact ,
Opportunity ,
Product2 ,
]
|
salesforce_password
Salesforce password
required
|
type: string
minLength: 1
|
salesforce_username
Salesforce username
required
|
type: string
minLength: 1
|
soql_query
Custom SOQL query
|
Optional SOQL query to limit or join records fetched for indexing.
type: string
maxLength: 15000
|