Package ru.slie.luna.issue.index
Interface IssueIndexManager
public interface IssueIndexManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidintvoidvoidreIndex(Issue issue, IssueIndexParams issueIndexParams) reIndexAll(IndexingParams params) voidtryDropIndex(WithId withId) voidtryReIndex(Issue issue) voidtryReIndex(Issue issue, IssueIndexParams params)
-
Method Details
-
getCurrentIndexing
Optional<IndexingStatus> getCurrentIndexing() -
reIndexAll
-
stopCurrentReindexing
Optional<IndexingStatus> stopCurrentReindexing() -
getIndexedDocumentCount
- Throws:
IndexException
-
tryReIndex
-
tryReIndex
-
reIndex
- Throws:
IndexException
-
reIndex
- Throws:
IndexException
-
tryDropIndex
-
dropIndex
- Throws:
IndexException
-