Hello friends, I built a search engine in Go. It is a lightweight alternative to elasticsearch. Let me know what you think. https://github.com/prabhatsharma/zinc
In using Bluge/BM25, the quality of search results could be comparable to ES out-of-the-box, though I imagine that ES is more tweakable.
Another/better way to position this might be to compare it to full-text-search available for popular databases since they both offer simple non-distributed setups.
3 comments
[ 2.2 ms ] story [ 20.3 ms ] threadAnother/better way to position this might be to compare it to full-text-search available for popular databases since they both offer simple non-distributed setups.