com.atlassian.jira.issue.index.indexers.impl
Class CustomFieldLabelsIndexer
java.lang.Object
com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
com.atlassian.jira.issue.index.indexers.impl.CustomFieldLabelsIndexer
- All Implemented Interfaces:
- FieldIndexer
public class CustomFieldLabelsIndexer
- extends AbstractCustomFieldIndexer
A CustomFieldLabelsIndexer
- Since:
- v4.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOLDED_EXT
public static final String FOLDED_EXT
- See Also:
- Constant Field Values
CustomFieldLabelsIndexer
public CustomFieldLabelsIndexer(FieldVisibilityManager fieldVisibilityManager,
CustomField customField)
getDocumentFieldId
public String getDocumentFieldId()
- Specified by:
getDocumentFieldId
in interface FieldIndexer
- Overrides:
getDocumentFieldId
in class AbstractCustomFieldIndexer
- Returns:
- the String representation of the primary field id that will be added to the
Document
as a result of a successful call to the
FieldIndexer.addIndex(org.apache.lucene.document.Document, com.atlassian.jira.issue.Issue)
method.
addDocumentFieldsSearchable
public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue)
- Specified by:
addDocumentFieldsSearchable
in class AbstractCustomFieldIndexer
addDocumentFieldsNotSearchable
public void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue)
- Specified by:
addDocumentFieldsNotSearchable
in class AbstractCustomFieldIndexer
Copyright © 2002-2012 Atlassian. All Rights Reserved.