Another solr server to shutdown.
Shutting down CloudSolrService in finally blocks
cleanup
Using CloudSolrServer instead of HttpSolrServer.Removed map of servers so connections can be safely released by the callers.
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...
fixed connection error during update of schema
moved solr-specific properties away from dnet-modular-index-service to dnet-modular-index-solr-service-commented apparently unused properties set replicationFactor to 1 (was 0. it was producing an exception)
releases the connection
more logging, index service honors the create collection config params
new locators, increased major version
removed funny comment :-)
Resolved the issue we had for @stored in index MDformat
removed default Sandro's IP :-)
fixed bug
Implemented reloading of index once the schema is updated
implemented MDFormato Notification handler
added params to solrconfig: ramBufferSizeMB, mergeFactor, termIndexInterval
added some log debug
added m/r specific properties
added solr webContext
Implemented index client
indent property
implemented lookup and browse
Fixed bug on Lookup, created beans for Pruner needed to SolrIndexQueryResponseParser
implemented and tested CREATE, FEED and DELETE INDEX
Fixed create index problem
Implemented, create index action
Implemented SolrIndexCollection
Added bean
early implementation
earyl implementation