Percolate from couchdb

Hi

I want to create percolate index using couchdb and river plugin.
Is it possible?
Can you please guide me how to do the same?

Regards,
Pulkit Agrawal

Getting matching percolated queries on index request are sent back part of
the index response. Since all of the indexing is internal in the couchdb
river, you have no way to "get' them back. If you really need it, you need
to either explicitly call the percolate API youself on the relevant docs, or
index it yourself outside of es (using the _changes feed).

On Mon, Aug 22, 2011 at 12:52 PM, Pulkit Agrawal pulkitdotcom@gmail.comwrote:

Hi

I want to create percolate index using couchdb and river plugin.
Is it possible?
Can you please guide me how to do the same?

Regards,
Pulkit Agrawal