Getting start with solr with mean.io?

158 Views Asked by At

Hi I am new in solr and i am looking for any guide line so that i can learn and use solr in my web application ? I am using mean.io stack http://www.mean.io for development. Thanx in advance.

1

There are 1 best solutions below

2
On

Well, mean is a stack. So you should be looking for whatever the individual components are. So you probably want a Node client library for Solr.

Solr supports JSON for a lot of operations and for the output format (wt=json), so it should not be too difficult to work with from the Javascript stack