Deprecate indices
query in favour of making _index
queryable
#12017
Labels
>deprecation
help wanted
adoptme
:Search/Search
Search-related issues that do not fall into other categories
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 theterm
,terms
,match
,query_string
, andsimple_query_string
queries (see #3316).However, this change also depends on the changes in #12016 to allow unmapped fields to be handled gracefully across all queries.
The text was updated successfully, but these errors were encountered: