-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to skip document count #21
Comments
Sounds like a reasonable request. Would you be willing to submit a pull request with that change? |
I can give it a shot On Fri, Jan 8, 2016, 15:58 Ben Klang [email protected] wrote:
|
I don't really know ruby (the syntax is fairly easy to understand coming from python), but the problem for me is that I don't know how gems works so I can't test my local edit, and a quick search didn't yield in any straight answers ( and no, I didn't spend a lot of time searching :)). If there is an easier way (e.g edit the es-reindex.rb and run it) please let me know. |
Roughly this, @peerster:
Of course you can also run the test suite: |
@benlangfeld Thanks. |
You'll need to edit a few files:
|
@JustinAiken Did add my option to those files, but running |
Just realized that elasticsearch have reindex helper module in python. I will use that instead. Leaving the issue open, but feel free to close it. |
If you read my instructions, you'll see what's wrong. |
@benlangfeld Ah. Well, I won't continue anyways, but I appreciate the help. |
You were literally 10 seconds from being done, but ok... |
I use this tool to merge several indices into a new index, which will ofc mean that the document count will always be NOT EQUAL, which is intended.
This process is a bit slow for me, so I would like the option to skip it.
The text was updated successfully, but these errors were encountered: