Changing message of IndexController to reflect that index rebuild happens in a different thread.
This commit is contained in:
parent
ffc9fc47e9
commit
83e3379592
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class IndexController extends FreeMarkerHttpServlet {
|
|||
return mergeBodyToTemplate("errorMessage.ftl", body, config);
|
||||
}
|
||||
|
||||
body.put("message","Search index complete. Elapsed time " + (System.currentTimeMillis() - start) + " msec.");
|
||||
body.put("message","Rebuilding of index started.");
|
||||
return mergeBodyToTemplate("message.ftl", body, config);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue