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

Deprecate indices query in favour of making _index queryable #12017

Closed
clintongormley opened this issue Jul 3, 2015 · 2 comments
Closed

Deprecate indices query in favour of making _index queryable #12017

clintongormley opened this issue Jul 3, 2015 · 2 comments
Labels
>deprecation help wanted adoptme :Search/Search Search-related issues that do not fall into other categories

Comments

@clintongormley
Copy link
Contributor

The indices query allows the user to run different queries on different indices, eg to create a union of docs from different indices, where the conditions to be applied to each index are different.

A simpler way to write this query would be to make _index usable in the term, terms, match, query_string, and simple_query_stringqueries (see #3316).

However, this change also depends on the changes in #12016 to allow unmapped fields to be handled gracefully across all queries.

@jpountz
Copy link
Contributor

jpountz commented Jul 5, 2015

+1

1 similar comment
@colings86
Copy link
Contributor

+1

@spinscale spinscale added v2.3.0 and removed v2.2.0 labels Dec 23, 2015
russcam added a commit to elastic/elasticsearch-net that referenced this issue Jun 14, 2016
russcam added a commit to elastic/elasticsearch-net that referenced this issue Jun 16, 2016
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Query DSL labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>deprecation help wanted adoptme :Search/Search Search-related issues that do not fall into other categories
Projects
None yet
Development

No branches or pull requests

4 participants