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
What about changing this to:
curl -XPUT 'http://127.0.0.2:9200/foo/bar/123/_create' -d '{...}'
or:
curl -XPUT 'http://127.0.0.2:9200/foo/bar/123?create=true' -d '{...}'
The text was updated successfully, but these errors were encountered:
Will ad support for the _create as well as op_type.
_create
op_type
Sorry, something went wrong.
API Change: opType=create, closed by d0a7922
Tests: update to Lucene 4.9.0
776677f
Closes #107. (cherry picked from commit c3c9a44)
[Doc] highlighting example is incorrect
4ffa06d
Closes elastic#107.
No branches or pull requests
What about changing this to:
or:
The text was updated successfully, but these errors were encountered: