I am trying to confirm whether faceted search is available via node-solr or not. Has anyone used the Solr functionality with nodejs and if so, can you kindly point to an online resource/share sample code that displays the functionality.
Thanks
Have you seen solr-node-client:[solr-node-client][1]?
Yeah, there is not very much documentation on this at all for node. You can find bushels of examples and tutorials for solr with java, python, or php, but bloggers the people on the node/end-to-end js train seem pretty quiet. I recommend solr-client. Follow the link on the README as well and the guy has about a dozen simple use examples.