How to list registered queries

Hi there, is there a way to list what queries have been registered with ES
percolator? I don't see it in the API description. A lot of thanks!

Since the _percolator is just another index in elasticsearch (it is used
for storage of the queries), you can send search requests against it,
possibly with the type as the relevant index name the percolator query was
registered for.

On Sun, Jun 3, 2012 at 5:52 AM, calc donghua@gmail.com wrote:

Hi there, is there a way to list what queries have been registered with ES
percolator? I don't see it in the API description. A lot of thanks!