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
  • 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

      public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      addDocumentFieldsSearchable in class AbstractCustomFieldIndexer
    • addDocumentFieldsNotSearchable

      public void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      addDocumentFieldsNotSearchable in class AbstractCustomFieldIndexer
    • skipsIndexingNull

      public Boolean 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