java.lang.Object |
↳ |
com.atlassian.jira.issue.index.indexers.impl.FieldIndexerUtil |
This class is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Class Overview
Used for doing simple indexing stuff.
Summary
Public Methods |
static
String
|
getValueForSorting(String fieldValue)
|
static
void
|
indexKeywordWithDefault(Document doc, String indexField, String fieldValue, String defaultValue)
Index a single keyword field, with a default if the issue field is not set
shared with CommentDocument
|
static
void
|
indexKeywordWithDefault(Document doc, String indexField, Long aLong, String defaultValue)
|
static
void
|
indexKeywordWithDefault(Document doc, String indexField, String fieldValue, String defaultValue, boolean searchable)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
FieldIndexerUtil
()
Public Methods
public
static
void
indexKeywordWithDefault
(Document doc, String indexField, String fieldValue, String defaultValue)
Index a single keyword field, with a default if the issue field is not set
shared with CommentDocument
public
static
void
indexKeywordWithDefault
(Document doc, String indexField, String fieldValue, String defaultValue, boolean searchable)