Is your feature request related to a problem? Please describe
Currently Rule based autotagging is done by a ActionFilter and it mainly works by matching the target indices against the admin created Rules. But SearchScrollRequest doesn't provide a way to access target indices for this request at ActionFilter.
Describe the solution you'd like
Introduce a mechanism to expose target indices in scroll requests.
Related component
Search, Rule based autotagging