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, isRelevantForIssueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipsIndexingNullpublic static final String FOLDED_EXT
public CustomFieldLabelsIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField)
public String getDocumentFieldId()
getDocumentFieldId in interface FieldIndexergetDocumentFieldId in class AbstractCustomFieldIndexerDocument 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 AbstractCustomFieldIndexerpublic void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue,
CustomFieldPrefetchedData customFieldPrefetchedData)
addDocumentFieldsNotSearchable in class AbstractCustomFieldIndexerCopyright © 2002-2023 Atlassian. All Rights Reserved.