Merge r8838, r8843 from maint-rel-vivo-1.3
This commit is contained in:
parent
655d92284c
commit
28864168b9
2 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@ public class IndexBuilder extends Thread {
|
|||
|
||||
log.debug("Checking if the index is empty");
|
||||
if(indexBuilder.indexer.isIndexEmpty()){
|
||||
log.info("Index is empty. Running a full index rebuild!");
|
||||
log.info("Search index is empty. Running a full index rebuild.");
|
||||
indexBuilder.doIndexRebuild();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue