Percolate on all indexes/all doc of same type

Hello.

I'm using ES in REST to index same type of document over multiples indexes, and I was planning to use percolate to permit users to write rules. Those rules may be restricted to a single index, but may be for all the documents of a type on all indexes.

I'd like to know if there's a way to use register and percolate queries on all the indexes or to percolate a resultset from a query, I did not find anything like this on documentation nor mailing list. API shows examples for percolating on one single index.

Thanks for any answer.

Aurélien.