created branches folder for dnet-index-solr-client
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 for next development iteration
[maven-release-plugin] prepare release dnet-index-solr-client-2.2.0
now the module points to release parent
using property for solrj dep
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...
[maven-release-plugin] prepare release dnet-index-solr-client-2.0.1
depends on release of dnet-index-client
dependency to junit
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.
[maven-release-plugin] prepare release dnet-index-solr-client-2.0.0
dnet-index-client >= 2.0.0
[maven-release-plugin] prepare release dnet-index-solr-client-1.0.0
added scm
preparing for release
moved StreamingInputDocumentFactory to dnet-index-solr-common
moved dependency to solr from dnet-index-client to dnet-index-solr-client
added standard maven structure