If you have a doc in an index A and you want to percolate it against queries in index B, you'll need to specify the percolate_index (and potentially percolate_type) url param:
curl -XPOST "http://localhost:9200/a/doc/1/_percolate?pretty&percolate_index=b" -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5526868d-5b1f-46a2-b488-a22357f3ed10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
