Project

General

Profile

Statistics
| Revision:

# Date Author Comment
40654 08/01/2016 04:02 PM Sandro La Bruzzo

created branches folder for dnet-index-solr-client

40640 07/01/2016 04:56 PM Andrea Mannocci

Trying to move to Solr 5.4.0

35315 12/03/2015 04:14 PM Sandro La Bruzzo

fixed bug multivalue

35210 10/03/2015 04:58 PM Sandro La Bruzzo

fixed paging

35059 04/03/2015 06:56 PM Alessia Bardi

feed package moved from client to server-side module.

33186 04/12/2014 04:43 PM Andrea Mannocci

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)

33052 27/11/2014 05:37 PM Alessia Bardi

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.

32944 21/11/2014 06:19 PM Alessia Bardi

corrected typo on method name

31017 02/10/2014 12:20 PM Claudio Atzori

added shutdown method to client map to release the existing connections

31014 02/10/2014 11:52 AM Claudio Atzori

using CloudSolrServer

30479 17/09/2014 05:09 PM Sandro La Bruzzo

removed warning

30477 17/09/2014 05:08 PM Sandro La Bruzzo

implemented delete by query on index client

30124 11/09/2014 04:29 PM Sandro La Bruzzo

added filter by index id in the inspector ui

30119 11/09/2014 12:40 PM Sandro La Bruzzo

added max number of facet fields in browse

30114 11/09/2014 12:12 PM Sandro La Bruzzo

created parameter for DNET_RESULT field for InputDocumentMapper Factory

30078 10/09/2014 02:29 PM Sandro La Bruzzo

fixed bug

29849 25/08/2014 05:29 PM Sandro La Bruzzo

moved StreamingInputDocumentFactory to dnet-index-solr-common

29686 30/07/2014 11:17 AM Sandro La Bruzzo

Implemented index client

29449 22/07/2014 10:57 AM Sandro La Bruzzo

added standard maven structure