Return specific fields in _source when searching in multiple indicies

Hello all,

I have 2 indicies, xxx , and yyy

xxx has documents with: {id, content, name}

yyy has document with {id, content, name, starred }

i would like that my query should return only: name,content, and starred only from yyy index

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.