rnewson / couchdb-lucene

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

custom analyzers? #245

Closed drupchen closed 7 years ago

drupchen commented 7 years ago

We are developing custom analyzers that we will use alongside the ones provided, but it looks like we have to modify the Analyzers.java. They are not enough stable at the moment to propose to add them to the supported list.

We would like to have the possibility to add them to a configuration file instead. Would that be possible?

Many thanks!

rnewson commented 7 years ago

I'd review a PR to make it configuration driven but it's not something I'll develop myself.

xristy commented 7 years ago

I've opened PR #249 to cover the various comments made on PR #247

xristy commented 7 years ago

This issue is resolved by PR 249