http://blog.comperiosearch.com/blog/2013/07/05/norch-a-search-engine-for-node-js/
Norch (http://fergiemcdowall.github.io/norch/) is a search engine written for Node.js. Norch uses the Node search-index module which is in turn written using the super fast levelDB library that Google open-sourced in 2011. The aim of Norch is to make a simple, fast search server, that requires minimal configuration to set up. Norch sacrifices complex functionality for a limited robust feature set, that can be used to set up a free test search engine for most enterprise scenarios. Currently Norch features Full text search Stopword removal Faceting Filtering Relevance weighting (tf-idf) Field weighting Paging (offset and resultset length) Norch can index any data that is marked up in the appropriate JSON format Download the first release of Norch (0.2.1) here ( https://github.com/fergiemcdowall/norch/releases) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
