public class LabelsCustomFieldIndexer extends AbstractCustomFieldIndexer
customField
LABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE
Constructor and Description |
---|
LabelsCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager,
CustomField field) |
Modifier and Type | Method and Description |
---|---|
void |
addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue,
CustomFieldPrefetchedData prefetchedData) |
void |
addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue,
CustomFieldPrefetchedData prefetchedData) |
Boolean |
skipsIndexingNull()
Used to declare how the indexer handles nulls.
|
addDocumentFieldsNotSearchable, addDocumentFieldsNotSearchable, addDocumentFieldsSearchable, addDocumentFieldsSearchable, addIndex, addIndex, addIndex, getDocumentFieldId, getId, isFieldVisibleAndInScope, isRelevantForIssue
public LabelsCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField field)
public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData)
addDocumentFieldsSearchable
in class AbstractCustomFieldIndexer
public void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData)
addDocumentFieldsNotSearchable
in class AbstractCustomFieldIndexer
public Boolean skipsIndexingNull()
FieldIndexer
Copyright © 2002-2021 Atlassian. All Rights Reserved.