Skip to content
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

Bulk API: Rename index to _index, type to _type and id to _id #421

Closed
kimchy opened this issue Oct 10, 2010 · 1 comment
Closed

Bulk API: Rename index to _index, type to _type and id to _id #421

kimchy opened this issue Oct 10, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Oct 10, 2010

The bulk API is not consistent with the other APIs where the index name _index, type _type, and id _id are used. Rename it.

@kimchy
Copy link
Member Author

kimchy commented Oct 10, 2010

Bulk API: Rename index to _index, type to _type and id to _id, closed by a14b73b.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
costin pushed a commit that referenced this issue Dec 6, 2022
Fixes #418

Renames in `project` require a small conceptual change in the local
execution planning: So far, the layout always contained one entry per
block and there was a 1:1 mapping from attributes to blocks/channels.
This assumption no longer holds as the same block might be mapped to
multiple attribute ids. E.g. the query `from test | project x = count, y
= count` creates a project operator that drops all blocks except `count`
and is associated with the mapping `Id(x) -> 0, Id(y) -> 0`.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Add geopointshape benchmarks on nightly/release pages and update history
of changes.

Closes elastic#129
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
code block says `Dnetwordaddress.cache.ttl` instead of `Dnetworkaddress.cache.ttl`. Copying and pasting leads to lots of troubleshooting since the two words are incredibly close to each other.

Fixes elastic#421
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant