merged to revision 40465
Trying to move to Solr 5.4.0
fixed bug multivalue
fixed paging
feed package moved from client to server-side module.
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)
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.
corrected typo on method name
added shutdown method to client map to release the existing connections
using CloudSolrServer
removed warning
implemented delete by query on index client
added filter by index id in the inspector ui
added max number of facet fields in browse
created parameter for DNET_RESULT field for InputDocumentMapper Factory
fixed bug
moved StreamingInputDocumentFactory to dnet-index-solr-common
Implemented index client
added standard maven structure