-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for full text search #450
Comments
The following endpoints were added:
|
I think I can add three methods to satisfy this new API:
|
Testing this functionality is non-trivial, as starting the Lucene plugin is not currently possible with standard Docker. For now I'm putting this on hold until it is easier to test, or there is a pressing need for it, to serve as motivation to device an alternate testing method. |
Hey I got this working in docker following the guide at apache/couchdb-docker#8 (comment) so can we add this back in? |
Thanks for the heads-up, @rossmerr! That's very promising, and full text search is something I'm likely to need at work soon, so I'll see about getting around to working on this feature when time permits (and a PR is course welcome if someone else has time before I get to it). |
CouchDB 3.0.0 adds (optional) full-text support through the _search endpoint. Support should be added for this, and the related _search_analyze endpoint.
The text was updated successfully, but these errors were encountered: