Closed vimalabhi89 closed 6 years ago
It was my bad that I had installed the earlier version of lucene and obviously it didn't work out. Sorry, and I'm providing the link here for the couch2.0 compatible lucene 2.0.0 version https://github.com/rnewson/couchdb-lucene/releases/tag/v2.0.0 Thanks for all the help through the issues and comments
Hi rnewson,
An example doc:
Indexed as below:
curl localhost:5985/local/dbName/_design/foo/by_subject
returns zero doc_count and empty fieldsUsing Couch 2.1. Is there something that I'm missing here? And because of zero count, trying to search would return {code:500}
Is there anything that needs to be done after creating the index view?