Class FeatureFlagGuardedCustomFieldIndexer
java.lang.Object
com.atlassian.jira.search.issue.index.indexers.impl.FeatureFlagGuardedFieldIndexer
com.atlassian.jira.search.issue.index.indexers.impl.FeatureFlagGuardedCustomFieldIndexer
- All Implemented Interfaces:
CustomFieldIndexer,FieldIndexer
@Internal
@Deprecated(since="10.4",
forRemoval=true)
public class FeatureFlagGuardedCustomFieldIndexer
extends FeatureFlagGuardedFieldIndexer
implements CustomFieldIndexer
Deprecated, for removal: This API element is subject to removal in a future version.
this class will be removed in Jira 11 when the "com.atlassian.jira.search.api" feature flag is removed.
Delegates to the
FieldIndexer only if the search API feature flag is enabled- Since:
- 10.4
-
Field Summary
Fields inherited from interface com.atlassian.jira.search.issue.index.indexers.FieldIndexer
NO_VALUE_INDEX_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionFeatureFlagGuardedCustomFieldIndexer(IndexingFeatures indexingFeatures, CustomFieldIndexer delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the custom field associated with this indexerDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.jira.search.issue.index.indexers.impl.FeatureFlagGuardedFieldIndexer
equals, getFields, getId, getIndexer, hashCode, indexFields, isFieldVisibleAndInScope, skipsIndexingNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.search.issue.index.indexers.FieldIndexer
getFields, getId, indexFields, isFieldVisibleAndInScope, skipsIndexingNull
-
Constructor Details
-
FeatureFlagGuardedCustomFieldIndexer
public FeatureFlagGuardedCustomFieldIndexer(IndexingFeatures indexingFeatures, CustomFieldIndexer delegate) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCustomFieldIndexer
Deprecated, for removal: This API element is subject to removal in a future version. -
getCustomField
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CustomFieldIndexerReturns the custom field associated with this indexer- Specified by:
getCustomFieldin interfaceCustomFieldIndexer- Returns:
- CustomField
-