[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag dnet-modular-index-service-2.5.0
[maven-release-plugin] prepare release dnet-modular-index-service-2.5.0
depending on cnr-cql-utils >= 2.0.0
[maven-release-plugin] copy for tag dnet-modular-index-service-2.4.1
[maven-release-plugin] prepare release dnet-modular-index-service-2.4.1
[maven-release-plugin] copy for tag dnet-modular-index-service-2.4.0
[maven-release-plugin] prepare release dnet-modular-index-service-2.4.0
added ignore property
Implemented indexing feed with empty result passing a parameter to the blackboard action
[maven-release-plugin] copy for tag dnet-modular-index-service-2.3.2
[maven-release-plugin] prepare release dnet-modular-index-service-2.3.2
fixed deleted by query behavior
[maven-release-plugin] copy for tag dnet-modular-index-service-2.3.1
[maven-release-plugin] prepare release dnet-modular-index-service-2.3.1
logs the dsId when running a delete by query BB action
[maven-release-plugin] copy for tag dnet-modular-index-service-2.3.0
[maven-release-plugin] prepare release dnet-modular-index-service-2.3.0
better logging in DELETE_BY_QUERY blackboard action
added DELETE_BY_QUERY blackboard action
[maven-release-plugin] copy for tag dnet-modular-index-service-2.2.0
[maven-release-plugin] prepare release dnet-modular-index-service-2.2.0
now the module points to release parent
logs
cleanup
removed IndexfeederCollection: its methods has been moved to IndexCollection
Fixed name in indexServerDAO method
releasing resources after index feed
Removed lookup method
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...
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)
[maven-release-plugin] copy for tag dnet-modular-index-service-2.0.1
[maven-release-plugin] prepare release dnet-modular-index-service-2.0.1
fixed a bean property
[maven-release-plugin] copy for tag dnet-modular-index-service-2.0.0
[maven-release-plugin] prepare release dnet-modular-index-service-2.0.0
increased version
new locators
[maven-release-plugin] copy for tag dnet-modular-index-service-1.0.1
[maven-release-plugin] prepare release dnet-modular-index-service-1.0.1
Fixed the problem about indexing of records containing "true".This was due to a cql query sent wrongly to the index which was removing indexed documents right before the soft commit, thus leaving no trace of them.Now the CQL query is translated to Lucene availing a CQL translator within the IdenxFeedActorFactory
the query was badly composed because of a format conversion pitfall.Replaced hh with HH in date format in order to force 24h format.
returns immediatelly and handles the request in a separated thread
[maven-release-plugin] copy for tag dnet-modular-index-service-1.0.0
[maven-release-plugin] prepare release dnet-modular-index-service-1.0.0
preparing for release 1.0.0
fixed dependency
created tag folder for release
added deploy.info
fixed case list of backend is null
Implemented reloading of index once the schema is updated
implemented MDFormato Notification handler
fixed bug on index ui
changed implementation using module dnet-index-client
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
changed signature of the method in indexCollectionnow the method lookup throws an IndexServiceException
removed Browse and weights from IndexServerDao Interface
early implementation
Removed useless file
Removed warning
Implemented AbstractResultSetListener and Modular Index Service
Implemented action for delete, create and feed index in the modular common part
Removed IndexResponse and indexDocumentList
code Refactor of index service
Added descriptor for automatic discovery of the index service instance
Moved Java file from cnr-index-common to dnet-modular-index-service
added standard folder
created trunk
created new module dnet-modular-index-service