pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
956 stars 154 forks source link

Compatible with couchdb-lucene? #296

Open carrotalan opened 6 years ago

carrotalan commented 6 years ago

Would this work with couchdb-lucene to provide performant full text search for large data sets?

marten-de-vries commented 6 years ago

I don't think proxy handlers (which couchdb-lucene seems to use) are supported by pouchdb-server. It should not be too hard to add the functionality, though.

carrotalan commented 6 years ago

Thanks, i'll do some investigations over the coming months