Class GroupCustomFieldIndexer
java.lang.Object
com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
com.atlassian.jira.issue.index.indexers.impl.GroupCustomFieldIndexer
- All Implemented Interfaces:
FieldIndexer
@Deprecated(forRemoval=true,
since="10.4")
public class GroupCustomFieldIndexer
extends AbstractCustomFieldIndexer
Deprecated, for removal: This API element is subject to removal in a future version.
A simple custom field indexer for group custom fields
- Since:
- v4.0
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.index.indexers.FieldIndexer
LABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE
-
Constructor Summary
ConstructorsConstructorDescriptionGroupCustomFieldIndexer
(FieldVisibilityManager fieldVisibilityManager, CustomField customField, GroupConverter groupConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) Deprecated, for removal: This API element is subject to removal in a future version.void
addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
addDocumentFieldsNotSearchable, addDocumentFieldsSearchable, addIndex, addIndex, getDocumentFieldId, getId, isFieldVisibleAndInScope, isRelevantForIssue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.issue.index.indexers.FieldIndexer
skipsIndexingNull
-
Constructor Details
-
GroupCustomFieldIndexer
public GroupCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField, GroupConverter groupConverter) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addDocumentFieldsSearchable
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addDocumentFieldsSearchable
in classAbstractCustomFieldIndexer
-
addDocumentFieldsNotSearchable
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addDocumentFieldsNotSearchable
in classAbstractCustomFieldIndexer
-
GroupCustomFieldIndexer
instead.