public interface SvnRepositoryIndexer extends RepositoryIndexer
Modifier and Type | Method and Description |
---|---|
RepositoryIndexingStatus |
startRevisionPropertiesReindexing(long fromRevision,
long toRevision)
Reindex non-versioned properties.
|
getIndexingStatus, startChangesetCommentReindexing, startFullReindexing, startIncrementalIndexing, startLineCountReindexing
RepositoryIndexingStatus startRevisionPropertiesReindexing(long fromRevision, long toRevision)
java.lang.IllegalStateException
- if the repository is not RepositoryState.RUNNING
.