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

snapshot/restore expand_wildcards option not consistent with other apis #6097

Closed
javanna opened this issue May 8, 2014 · 3 comments · Fixed by #9903
Closed

snapshot/restore expand_wildcards option not consistent with other apis #6097

javanna opened this issue May 8, 2014 · 3 comments · Fixed by #9903
Assignees

Comments

@javanna
Copy link
Member

javanna commented May 8, 2014

With #4453 we introduced new indices options to be used across all apis that support multiple indices. Those options are listed here in our docs: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/multi-index.html .

All apis support the expand_wildcards option that accepts open, closed or both as values, while create and restore snapshot apis accept expand_wildcards_open and expand_wildcards_closed as booleans instead. Looks like we should make them consistent with other apis.

@imotov imotov self-assigned this Dec 26, 2014
@javanna
Copy link
Member Author

javanna commented Feb 26, 2015

I think this got fixed right @imotov ? can we close?

@javanna
Copy link
Member Author

javanna commented Feb 26, 2015

doh! I was almost sure we were using indices options there like in all other apis. thanks for checking.

imotov added a commit to imotov/elasticsearch that referenced this issue Feb 26, 2015
imotov added a commit to imotov/elasticsearch that referenced this issue Feb 26, 2015
imotov added a commit to imotov/elasticsearch that referenced this issue Mar 31, 2015
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 23, 2015
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 23, 2015
…ldcards_close options

In elastic#6097 we made snapshot/restore index option consistent with other API. Now we can remove old style options from master.

Closes elastic#10743
imotov added a commit to imotov/elasticsearch that referenced this issue Apr 23, 2015
…ldcards_close options

In elastic#6097 we made snapshot/restore index option consistent with other API. Now we can remove old style options from master.

Closes elastic#10743
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants