Comment on Full-Text Search with MongoDB — Flowdock StyleparentComments−lautis13yThere are libraries to handle stemming and Unicode equivalence which are easy to add into this kind of boolean search. If ranking documents would definitely mean that some other approach, e.g. vector space model, should be used.https://github.com/aurelian/ruby-stemmer http://unicode-utils.rubyforge.org
Comments
There are libraries to handle stemming and Unicode equivalence which are easy to add into this kind of boolean search. If ranking documents would definitely mean that some other approach, e.g. vector space model, should be used.
https://github.com/aurelian/ruby-stemmer http://unicode-utils.rubyforge.org