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
Whenever I try to make a bulk query with the following code my program crashes with a stack overflow exception:
let ops = all_bets.into_iter().map(|x| bulk::<BetSummary>().index(x)); client.bulk().index(BetSummary::index()).ty(BetSummary::static_ty()).extend(ops).send()?;
Could you let me know what I am doing wrong?
The text was updated successfully, but these errors were encountered:
What version of Elasticsearch are you running?
Have you tried it without the ty (type)?
ty
What is the error message/stack trace you are getting?
Sorry, something went wrong.
No branches or pull requests
Whenever I try to make a bulk query with the following code my program crashes with a stack overflow exception:
Could you let me know what I am doing wrong?
The text was updated successfully, but these errors were encountered: