We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am attempting to reindex an index into an already created/initialized index with new mapping configurations for given fields (but no existing data).
The tool does report success (though it does throw the dropped connection message) but the ES index is empty upon inspection.
If I target a non-existent index, the tool reports success (and the dropped connection message) and the ES index has all the relevant docs.
fwiw, I tried this with a very small number of docs ~100, so it isn't an issue of attempting to move gigs of data.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am attempting to reindex an index into an already created/initialized index with new mapping configurations for given fields (but no existing data).
The tool does report success (though it does throw the dropped connection message) but the ES index is empty upon inspection.
If I target a non-existent index, the tool reports success (and the dropped connection message) and the ES index has all the relevant docs.
fwiw, I tried this with a very small number of docs ~100, so it isn't an issue of attempting to move gigs of data.
The text was updated successfully, but these errors were encountered: