Class ExactTextCustomFieldIndexer
java.lang.Object
com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
com.atlassian.jira.issue.index.indexers.impl.ExactTextCustomFieldIndexer
- All Implemented Interfaces:
FieldIndexer
@Deprecated(since="10.4",
forRemoval=true)
public class ExactTextCustomFieldIndexer
extends AbstractCustomFieldIndexer
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4.
A custom field indexer for text fields that can be sorted
- Since:
- v4.0
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
customField
Fields inherited from interface com.atlassian.jira.issue.index.indexers.FieldIndexer
LABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE
-
Constructor Summary
ConstructorsConstructorDescriptionExactTextCustomFieldIndexer
(FieldVisibilityManager fieldVisibilityManager, CustomField customField) Deprecated, for removal: This API element is subject to removal in a future version.ExactTextCustomFieldIndexer
(FieldVisibilityManager fieldVisibilityManager, CustomField customField, boolean skipIndexingNull) 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.Deprecated, for removal: This API element is subject to removal in a future version.Used to declare how the indexer handles nulls.Methods inherited from class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
addDocumentFieldsNotSearchable, addDocumentFieldsSearchable, addIndex, addIndex, getDocumentFieldId, getId, isFieldVisibleAndInScope, isRelevantForIssue
-
Constructor Details
-
ExactTextCustomFieldIndexer
public ExactTextCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField, boolean skipIndexingNull) Deprecated, for removal: This API element is subject to removal in a future version. -
ExactTextCustomFieldIndexer
public ExactTextCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField) 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
-
skipsIndexingNull
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FieldIndexer
Used to declare how the indexer handles nulls.- Returns:
- true iff the indexer doesn't do anything when the field value is null
-