public class CustomFieldLabelsIndexer extends AbstractCustomFieldIndexer
Modifier and Type | Field and Description |
---|---|
static String |
FOLDED_EXT |
LABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE
Constructor and Description |
---|
CustomFieldLabelsIndexer(FieldVisibilityManager fieldVisibilityManager,
CustomField customField) |
Modifier and Type | Method and Description |
---|---|
void |
addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue) |
void |
addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue) |
String |
getDocumentFieldId() |
addIndex, getId, isFieldVisibleAndInScope, isRelevantForIssue
public static final String FOLDED_EXT
public CustomFieldLabelsIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField)
public String getDocumentFieldId()
getDocumentFieldId
in interface FieldIndexer
getDocumentFieldId
in class AbstractCustomFieldIndexer
Document
as a result of a successful call to the
FieldIndexer.addIndex(org.apache.lucene.document.Document, com.atlassian.jira.issue.Issue)
method.public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
addDocumentFieldsSearchable
in class AbstractCustomFieldIndexer
public void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
addDocumentFieldsNotSearchable
in class AbstractCustomFieldIndexer
Copyright © 2002-2018 Atlassian. All Rights Reserved.