[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release dnet-index-solr-service-2.4.5-OR
do not set the solr data dir explicitly, rely on default values allows to create multiple cores on the same node
[maven-release-plugin] prepare release dnet-index-solr-service-2.4.4-OR
commented out suggest component to avoid long solr startup
[maven-release-plugin] prepare release dnet-index-solr-service-2.4.3-OR
OR specific branch
temporary branch to work with the OR default operator
[maven-release-plugin] prepare release dnet-index-solr-service-2.4.2
depending on cnr-cql-utils >= 2.0.0
[maven-release-plugin] prepare release dnet-index-solr-service-2.4.0
bumped version
default query operator set to AND (#2009)
[maven-release-plugin] prepare release dnet-index-solr-service-2.3.1
schemaTemplate Resource is now a property and can be overridden from the container
[maven-release-plugin] prepare release dnet-index-solr-service-2.3.0
fixed dependencies
added ignore property
fixed dependency
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
[maven-release-plugin] prepare release dnet-index-solr-service-2.2.0
back with the pom
removed snapshot dependencies
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
[maven-release-plugin] prepare release dnet-index-solr-service-2.0.1
more logging, index service honors the create collection config params
[maven-release-plugin] prepare release dnet-index-solr-service-2.0.0
new locators, increased major version
removed funny comment :-)
Resolved the issue we had for @stored in index MDformat
[maven-release-plugin] prepare release dnet-index-solr-service-1.0.0
preparing for release
removed default Sandro's IP :-)
added deploy.info
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