Index.Result
|
deindexIssues(EnclosedIterable<Issue> issues, Context context)
Delete any existing documents for the supplied issues.
|
void
|
deleteIndexes(IssueIndexingParams issueIndexingParams)
Delete selected indexes.
|
void
|
deleteIndexes()
Delete all indexes.
|
List<String>
|
getIndexPaths()
|
String
|
getIndexRootPath()
|
Index.Result
|
indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams)
Add documents for the supplied issues.
|
Index.Result
|
indexIssues(EnclosedIterable<Issue> issues, Context context)
Add documents for the supplied issues.
|
Index.Result
|
indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams)
Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
|
Index.Result
|
indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
No other index operations should be called while this method is being called
|
IndexSearcher
|
openEntitySearcher(IndexDirectoryFactory.Name index)
Issue searcher has to be closed after doing stuff.
|
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, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate)
Re-index the given issues, delete any existing documents and add new ones.
|
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.
|
Index.Result
|
reindexWorklogs(Collection<Worklog> worklogs, Context context)
|
void
|
shutdown()
|