Hi all....
Here what i am trying is i have created two indices(index1 and index2) each index holds different data in it, and i have assigned same alias(alise1) name for both the indices.
Now
Lets say if I have to query with alias name(alise1) for the documents that have Severity = 5 AND TicketNo = 5
and in this case, Severity is a field in index1 and TicketNo is a field in index2
would that work ?
Thank you.