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
Elasticsearch version (bin/elasticsearch --version): ES Cloud 7.5
Plugins installed: []
JVM version (java -version): ES Cloud
OS version (uname -a if on a Unix-like system): ES Cloud
Disclaimer:
I'm creating this issue as requested by @spinscale in order to figure out if this is a bug or at least needs an update in the docs to properly mention why this doesn't work.
Description of the problem including expected versus actual behavior:
I'm trying to collapse on a field named field1 across different indexes. All indexes but one have the same field field1 and one index has a different field named field2. So, in that latter index, I'm defining an alias field field1 which points to field2. My hope is to be able to collapse on field1 across all indexes, but apparently this doesn't work.
Steps to reproduce:
Here is how to simply reproduce the problem I'm facing. First, we create two indexes:
I could not find anything in the documentation or in Github issues that would explain this. One would think that this is indeed possible, but I might be missing something obvious.
I'd appreciate if anyone could shed some light on this.
Thank you so much!
The text was updated successfully, but these errors were encountered:
Elasticsearch version (
bin/elasticsearch --version
): ES Cloud 7.5Plugins installed: []
JVM version (
java -version
): ES CloudOS version (
uname -a
if on a Unix-like system): ES CloudDisclaimer:
I'm creating this issue as requested by @spinscale in order to figure out if this is a bug or at least needs an update in the docs to properly mention why this doesn't work.
Description of the problem including expected versus actual behavior:
I'm trying to collapse on a field named
field1
across different indexes. All indexes but one have the same fieldfield1
and one index has a different field namedfield2
. So, in that latter index, I'm defining an alias fieldfield1
which points tofield2
. My hope is to be able to collapse onfield1
across all indexes, but apparently this doesn't work.Steps to reproduce:
Here is how to simply reproduce the problem I'm facing. First, we create two indexes:
Then we index one document in each index
And finally I'm trying to collapse on the "common" field
And I get this:
I could not find anything in the documentation or in Github issues that would explain this. One would think that this is indeed possible, but I might be missing something obvious.
I'd appreciate if anyone could shed some light on this.
Thank you so much!
The text was updated successfully, but these errors were encountered: