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,
CustomFieldPrefetchedData customFieldPrefetchedData) |
void |
addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue,
CustomFieldPrefetchedData customFieldPrefetchedData) |
String |
getDocumentFieldId() |
addDocumentFieldsNotSearchable, addDocumentFieldsNotSearchable, addDocumentFieldsSearchable, addDocumentFieldsSearchable, addIndex, addIndex, addIndex, getId, isFieldVisibleAndInScope, isRelevantForIssue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
skipsIndexingNull
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(Document, Issue, CustomFieldPrefetchedData)
method.public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData customFieldPrefetchedData)
addDocumentFieldsSearchable
in class AbstractCustomFieldIndexer
public void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData customFieldPrefetchedData)
addDocumentFieldsNotSearchable
in class AbstractCustomFieldIndexer
Copyright © 2002-2021 Atlassian. All Rights Reserved.