feed package moved from client to server-side module.
Added new method on IndexFeederCollection to allow explicit release of the resources. The "shutdown" method is called to release the solr server connection and avoid the server-side warning: "WARN org.apache.zookeeper.server.NIOServerCnxn – caught end of stream exception...
The index client is responsible of the translation of tokenizable fields to non-tokenizable field when performing a browse query. Legacy code that were managing browse request via the "groupby" keyword in the query string has been dropped.
new locators, increased major version
added shutdown method to client map to release the existing connections
using CloudSolrServer
implemented delete by query on index client
added log on error
added filter by index id in the inspector ui
Implemented reloading of index once the schema is updated
removed dependency to solr
Implemented index client
changed api
temporary version
cleaning
new module