rnewson / couchdb-lucene

Enables full-text searching of CouchDB documents using Lucene
Apache License 2.0
769 stars 147 forks source link

Index view design document in couchdb-lucene #256

Closed wonderfuljamesjin closed 7 years ago

wonderfuljamesjin commented 7 years ago

Hi @rnewson,

One question need you more clarify more information, if the _design/indexview design document in couchdb is involved at runtime? what I want to know is what role the index view definition plays in the whole process.

Thanks a lot for your help

wonderfuljamesjin commented 7 years ago

Also is there a diagram showing relationship among couchdb, design index view, couchdb-lucene? thank you

rnewson commented 7 years ago

hm, no, but it's fairly simple. couchdb and couchdb-lucene are both servers and are configured to talk to each other. the _fti configuration is optional, you could call couchdb-lucene directly.