f.maxSizeBytes
Maximum file size (bytes)
|
Maximum size, in bytes, of a project description, issue description, worklog, issue comment, or attachment.
type: integer
default value: '32000 '
|
f.minSizeBytes
Minimum file size (bytes)
|
Minimum size, in bytes, of a project description, issue description, worklog, issue comment, or attachment.
type: integer
default value: '0 '
|
f.maxResults
Max results per page
|
The number of items to retrieve with each request.
type: integer
default value: '100 '
|
f.index_projects
Index Projects
|
Select to index project-level information.
type: boolean
|
f.index_issues
Index Documents
|
Select to index issues.
type: boolean
default value: 'true '
|
f.index_comments
Index Comments
|
Select to index comments on issues.
type: boolean
default value: 'true '
|
f.index_attachments
Index Attachments
|
Select to index attachments on issues.
type: boolean
default value: 'true '
|
f.index_worklogs
Index Worklogs
|
Select to index worklogs on issues.
type: boolean
default value: 'false '
|
f.["assignee", "issuetype", "priority", "project", "reporter", "status", "summary", "updated"]
|
type:
|
depth
Max crawl depth
|
Number of levels in a directory or site tree to descend for documents.
type: integer
default value: '-1 '
|
maxItems
Max items
|
Maximum number of documents to fetch. The default (-1) means no limit.
type: integer
default value: '-1 '
|
includeExtensions
Included file extensions
|
File extensions to be fetched. This will limit this datasource to only these file extensions.
type: array of string
|
includeRegexes
Inclusive regexes
|
Regular expressions for URI patterns to include. This will limit this datasource to only URIs that match the regular expression.
type: array of string
|
excludeExtensions
Excluded file extensions
|
File extensions that should not to be fetched. This will limit this datasource to all extensions except this list.
type: array of string
|
excludeRegexes
Exclusive regexes
|
Regular expressions for URI patterns to exclude. This will limit this datasource to only URIs that do not match the regular expression.
type: array of string
|
delete
Delete dead URIs
|
Set to true to remove documents from the index when they can no longer be accessed as unique documents.
type: boolean
default value: 'true '
|
deleteErrorsAfter
Fetch failure allowance
|
Number of fetch failures to tolerate before removing a document from the index. The default of -1 means no fetch failures will be removed.
type: integer
default value: '-1 '
|