MultisearchBody and seq_no_primary_term

I am currently updating my code from High Level Rest java client to new Java client.
It seems that it is no longer possible to activate "seq_no_primary_term" for multi search request.
With High Level REST Api, it only needs to call seqNoAndPrimaryTerm(true) on all inner SearchSourceBuilder.
I don't see any equivalent into MultisearchBody (which it's used by RequestItem.Builder), did i miss something or is it normal behaviour ?

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