Writing a Sails.js Solr adapter

10 thoughts
last posted May 14, 2015, 7:43 p.m.

5 earlier thoughts

0

Basic Solr-Sails test app

I wrote a super simple Sails - Solr integration test to learn some Sails basics and understand the whole workflow from HTTP request to Solr and back.

The adapter here (just a couple of super simple methods are implemented) will grow to become a full sails-solr adapter implementing the queryable interface and at least some of semantinc.

https://bitbucket.org/nelovishk/sails-simplest

4 later thoughts