From class
com.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
int
|
compareTo(Object obj)
|
boolean
|
equals(Object o)
|
int
|
hashCode()
|
void
|
indexDateField(Document doc, String indexField, Timestamp date, Issue issue)
Index a single keyword field, with a date-time value
|
void
|
indexDependentEntities(Issue issue, Document doc, String associationType, String indexField)
Index the dependent entities of an issue.
|
void
|
indexFoldedKeyword(Document doc, String indexField, String fieldValue, Locale locale, Issue issue)
Case fold the passed keyword and add it to the passed document.
|
void
|
indexKeyword(Document doc, String indexField, String fieldValue, Issue issue)
Index a single keyword field
|
void
|
indexKeywordWithDefault(Document doc, String indexField, String fieldValue, String defaultValue, Issue issue)
Index a single keyword field, with a default if the issue field is not set
shared with CommentDocument
|
void
|
indexKeywordWithDefault(Document doc, String indexField, Long aLong, String defaultValue, Issue issue)
|
void
|
indexLocalDateField(Document doc, String indexField, LocalDate localDate, Issue issue)
Index a single keyword field, with a LocalDate value
|
void
|
indexLongAsKeyword(Document doc, String indexField, Long fieldValue, Issue issue)
|
void
|
indexLongAsPaddedKeywordWithDefault(Document doc, String indexField, Long aLong, String defaultValue, Issue issue)
Useful for storing a Long value for range query searches.
|
void
|
indexLongAsPaddedKeywordWithDefault(Document doc, String indexField, Long aLong, Long defaultLong, Issue issue)
Useful for storing a Long value for range query searches.
|
void
|
indexText(Document doc, String indexField, String fieldValue, Issue issue)
Index a single text field
|
void
|
indexTextForSorting(Document doc, String indexField, String fieldValue, Issue issue)
Index a single text field
|
boolean
|
isFieldVisibleAndInScope(Issue issue)
This method is used to determine if the indexer is relevant for the provided issue.
|
|