public final class IndexingLimitsHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHANGELOGS_INDEXING_LIMIT_PROPERTY_NAME
The name of property to set to change the default indexing limit of change history groups.
|
static String |
CHANGELOGS_TURN_OFF_FILTERING_OUT_UNSUPPORTED_FIELDS_PROPERTY_NAME
The name of property to set to change the default behaviour of indexing change items.
|
static String |
COMMENTS_INDEXING_LIMIT_PROPERTY_NAME
The name of property to set to change the default indexing limit of comments.
|
static int |
DEFAULT_INDEXING_LIMIT_CHANGELOGS
Default indexing limit applied to change history items if not overwritten by system property
CHANGELOGS_INDEXING_LIMIT_PROPERTY_NAME . |
static int |
DEFAULT_INDEXING_LIMIT_COMMENTS
Default indexing limit applied to comments if not overwritten by system property
COMMENTS_INDEXING_LIMIT_PROPERTY_NAME . |
static int |
DEFAULT_INDEXING_LIMIT_WORKLOGS
Default indexing limit applied to worklogs if not overwritten by system property
WORKLOGS_INDEXING_LIMIT_PROPERTY_NAME . |
static String |
WORKLOGS_INDEXING_LIMIT_PROPERTY_NAME
The name of property to set to change the default indexing limit of worklogs.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
shouldFilterOutUnsupportedFields() |
public static final int DEFAULT_INDEXING_LIMIT_CHANGELOGS
CHANGELOGS_INDEXING_LIMIT_PROPERTY_NAME
.public static final int DEFAULT_INDEXING_LIMIT_COMMENTS
COMMENTS_INDEXING_LIMIT_PROPERTY_NAME
.public static final int DEFAULT_INDEXING_LIMIT_WORKLOGS
WORKLOGS_INDEXING_LIMIT_PROPERTY_NAME
.public static final String COMMENTS_INDEXING_LIMIT_PROPERTY_NAME
public static final String CHANGELOGS_INDEXING_LIMIT_PROPERTY_NAME
public static final String WORKLOGS_INDEXING_LIMIT_PROPERTY_NAME
public static final String CHANGELOGS_TURN_OFF_FILTERING_OUT_UNSUPPORTED_FIELDS_PROPERTY_NAME
jira.safeguards.indexing.issue.changelogs
.
Another way to modify the updatedBy behaviour is to use cIndexedChangeHistoryFieldManager.addIndexedChangeHistoryField(com.atlassian.jira.issue.index.IndexedChangeHistoryField)
, which will modify the set of supported fields.Copyright © 2002-2022 Atlassian. All Rights Reserved.
View cookie preferences