Java Api: run Action on specific Index

I am trying to figure out how to specify which index to run my custom Action on. I have a class based off of BaseRestHandler that handles the Rest request. It properly handles the request only on the index that is specified in the URL command, however when my Action is called, it runs on all available indices.

Is there a way to prevent this that I have overlooked? I am using Elastic search 2.4.4.

Thanks!

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