pavellzubkov opened a new issue #2341: JS Full text search URL: https://github.com/apache/couchdb/issues/2341 [NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary It is possible to add to couchdb java script full text search [FlexSearch](https://github.com/nextapps-de/flexsearch) because it is realy fast? ## Desired Behaviour Fast full text search. I try this library and it fantastic fast. ## Possible Solution add this library to couchdb for executing by spidermonkey ## Additional context Benchmark: data - 50 000 docs with string field "title" (field length 15 -20 words) couchdb creating view on this data approx. 30 sec on my machine flexsearch creating index on this data approx. 4 sec on my machine full text search request to flexsearch executing in **30-50 msec!**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
