summaryrefslogtreecommitdiffstats
path: root/base/ocsp/shared/conf/indextasks.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Add code to reindex data during cloning without replicationAde Lee2015-07-311-0/+31
When setting up a clone, indexes are added before the replication agreements are set up and the consumer is initialized. Thus, as data is replicated and added to the clone db, the data is indexed. When cloning is done with the replication agreements already set up and the data replicated, the existing data is not indexed and cannot be accessed in searches. The data needs to be reindexed. Related to ticket 1414