Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: Fix typos in note-db.txt Document skipping of reindexing step for offline NoteDB migration Report end of NoteDB migration when skipping reindexing Clarify that index.batchThreads is relevant for offline reindexing Add project to output when reindexing changes in verbose mode Auto-flush SiteIndexer's PrintWriters Allow to re-index in verbose mode during NoteDB migration Avoid closing System.out after All-Users GC in NoteDB migration Honor project watches also for changes created via cherry-pick Report the index state after re-indexing Change-Id: I560c2c977d5f1b65e37cf213167ed50fef9af590
This commit is contained in:
		@@ -203,6 +203,9 @@ public class Reindex extends SiteProgram {
 | 
			
		||||
    if (result.success()) {
 | 
			
		||||
      index.markReady(true);
 | 
			
		||||
    }
 | 
			
		||||
    System.out.format(
 | 
			
		||||
        "Index %s in version %d is %sready\n",
 | 
			
		||||
        def.getName(), index.getSchema().getVersion(), result.success() ? "" : "NOT ");
 | 
			
		||||
    return result.success();
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user