I am new to elastic search and I need help for below scenario:
I have two fields tag and author. I want to search the data with condition
(tag="1" and (author="A" or author="B")) or (tag="2" and (author="A" or author="C")) or tag="3"
Please give a outline of how to frame the Elastic Search query.