Hi. I was wondering if ES does support/will support multi part indexes like sql; for instance if there are fields field1 and field2 in a document whether we can create an index on (user, timestamp). I want to filter on (user, timestamp) and then search the results. I tried looking, but could not find it.
It doesn't do that natively, no.