rnewson / couchdb-lucene

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

Generic analyzers #249

Closed xristy closed 7 years ago

xristy commented 7 years ago

This PR implements configuration driven use of analyzers as suggested in Issue 245.

This PR is essentially a revision of PR #247 answering the extensive comments made in that PR.

rnewson commented 7 years ago

very nice, thanks for addressing my comments so thoroughly.

xristy commented 7 years ago

Thank you for your patience.