do not set the solr data dir explicitly, rely on default values allows to create multiple cores on the same node
commented out suggest component to avoid long solr startup
depending on cnr-cql-utils >= 2.0.0
default query operator set to AND (#2009)
schemaTemplate Resource is now a property and can be overridden from the container
fixed dependencies
merged to revision 40465
Resolved bug for the creation of the index, re-implemented the method that checks if the collection exist
Trying to move to Solr 5.4.0
Implemented indexing feed with empty result passing a parameter to the blackboard action
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