You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on index_name that already exists with a schema of schemaV1, and receive no error. However, a later GET will return {"schema": schemaV1"}.
This code snippet shows that if the index exists, the index creation code is shortcut with no warning about the index existing.
It should be possible to change the associated schema using this method, or at least an error should be returned to the user that existing indexes can't be changed.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Changing the schema for an index is a noop
Changing the schema for an index is a noop [JIRA: RIAK-3415]
Apr 20, 2017
You can run:
on
index_name
that already exists with a schema ofschemaV1
, and receive no error. However, a later GET will return{"schema": schemaV1"}
.This code snippet shows that if the index exists, the index creation code is shortcut with no warning about the index existing.
It should be possible to change the associated schema using this method, or at least an error should be returned to the user that existing indexes can't be changed.
The text was updated successfully, but these errors were encountered: