[Expand]
Inherited Methods |
From class
com.atlassian.jira.issue.index.DefaultIssueIndexer
|
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()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.jira.issue.index.IssueIndexer
Index.Result
|
deindexIssues(EnclosedIterable<Issue> issues, Context context)
Delete any existing documents for the supplied issues.
|
void
|
deleteIndexes()
|
IndexSearcher
|
getChangeHistorySearcher()
|
IndexSearcher
|
getCommentSearcher()
|
List<String>
|
getIndexPaths()
|
String
|
getIndexRootPath()
|
IndexSearcher
|
getIssueSearcher()
|
Index.Result
|
indexIssues(EnclosedIterable<Issue> issues, Context context)
Add documents for the supplied issues.
|
Index.Result
|
indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
|
Index.Result
|
optimize()
|
Index.Result
|
reindexComments(Collection<Comment> comments, Context context)
Reindex a collection of issue comments.
|
Index.Result
|
reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
Re-index the given issues, delete any existing documents and add new ones.
|
void
|
shutdown()
|
|