commit: b83134255c9633a3fa3213c30c018a7e56dea2b0 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 02:25:34 2015 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 02:25:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=b8313425
Leave a note about reindex. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> --- ag | 1 + 1 file changed, 1 insertion(+) diff --git a/ag b/ag index 6c5dde1..96e3195 100755 --- a/ag +++ b/ag @@ -205,6 +205,7 @@ def do_delete_index end def do_reindex + # http://babinho.net/2014/07/refresh-your-elasticsearch-index-with-zero-downtime/ abort 'Come back later.' end
