rnewson / couchdb-lucene

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

Using proximity query as fuzzy search #290

Closed andreyvk closed 3 years ago

andreyvk commented 3 years ago

Hi @rnewson ,

Is there a way to make proximity search behave like the fuzzy one w/o modifying and recompiling the project? The issue is described in full in this stackoverflow thread

Thanks in advance!

rnewson commented 3 years ago

Hi,

Unfortunately, couchdb-lucene doesn't have that ability. I think you would need to extend the query syntax and implement the feature. I would happily review a pull request if you were so inclined.

andreyvk commented 3 years ago

Much obliged @rnewson. Thanks!