public abstract class UserFieldIndexer extends BaseFieldIndexer
fieldVisibilityManager
LABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE
Modifier | Constructor and Description |
---|---|
protected |
UserFieldIndexer(FieldVisibilityManager fieldVisibilityManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
indexUserKey(org.apache.lucene.document.Document doc,
String indexField,
String userkey,
Issue issue) |
protected void |
indexUserKeys(org.apache.lucene.document.Document doc,
String indexField,
String userkey,
Issue issue) |
protected void |
indexUserkeyWithDefault(org.apache.lucene.document.Document doc,
String indexField,
String userkey,
String defaultValue,
Issue issue)
Index a single userkey field (case intact), with a default if the field is not set
|
compareTo, equals, hashCode, indexDateField, indexDependentEntities, indexFoldedKeyword, indexKeyword, indexKeywords, indexKeywordWithDefault, indexKeywordWithDefault, indexLocalDateField, indexLongAsKeyword, indexLongAsPaddedKeywordWithDefault, indexLongAsPaddedKeywordWithDefault, indexText, indexTextForSorting, isFieldVisibleAndInScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addIndex, addIndex, addIndex, getDocumentFieldId, getId, skipsIndexingNull
protected UserFieldIndexer(FieldVisibilityManager fieldVisibilityManager)
Copyright © 2002-2021 Atlassian. All Rights Reserved.