UNPKG

solr-zk-client

Version:

A node solr-client that uses zk to find the livenodes at cluster

23 lines (14 loc) 633 B
# Change Log ## 0.2.3 1. Updated solr-client version to 0.7.x ## 0.2.1 1. Fixed bug on propagation of `options.rest` to node-rest-client instance 2. Added default MIME types for XML and JSON to node-rest-client in support of Solr 5 3. Added default writer type `JSON` to end point retrieving Solr collections from API ## 0.2.0 1. Added support for Solr collection aliases 2. Revamped dependencies to most up-to-date minors 3. [Pull #1: Collections list from Solr as JSON](https://github.com/jijordre/node-solr-smart-client/pull/1) 4. Added this changelog and removed revision history from README.md ## 0.1.0 Initial release.