From e0a50004069fb05dbc479896e7361471ff4fd449 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 23 Nov 2015 18:09:26 +0100 Subject: [PATCH 1/5] Updated to solr 4.10.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad17ef7..53a8965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:14.04 MAINTAINER Paolo Mainardi ENV DEBIAN_FRONTEND noninteractive -ENV SOLR_VERSION 4.10.2 +ENV SOLR_VERSION 4.10.4 ENV SOLR solr-$SOLR_VERSION # install java and wget From 4cb3207c01b3b2bd3ac8bcf68f620c9696959711 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 23 Nov 2015 18:15:09 +0100 Subject: [PATCH 2/5] Updated email of MAINTAINER --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53a8965..a0794fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:14.04 -MAINTAINER Paolo Mainardi +MAINTAINER Paolo Mainardi ENV DEBIAN_FRONTEND noninteractive ENV SOLR_VERSION 4.10.4 From 9e2de5993ee219dc4c5c272493de9bd96433700b Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 7 Mar 2016 19:51:57 +0100 Subject: [PATCH 3/5] Add edgegram filter to search partial mininum 3 chars --- conf/schema.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/schema.xml b/conf/schema.xml index 6e2b615..4c52583 100644 --- a/conf/schema.xml +++ b/conf/schema.xml @@ -187,6 +187,7 @@ + From 77052adc6fc934b713835ac79673460a92aa7054 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 7 Mar 2016 19:54:22 +0100 Subject: [PATCH 4/5] Reverting edgegramfilter --- conf/schema.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/schema.xml b/conf/schema.xml index 4c52583..6e2b615 100644 --- a/conf/schema.xml +++ b/conf/schema.xml @@ -187,7 +187,6 @@ - From d63009389a9b62a50faa553c2784f1f42a042c90 Mon Sep 17 00:00:00 2001 From: Vincenzo Di Biaggio Date: Thu, 19 Oct 2017 16:17:10 +0200 Subject: [PATCH 5/5] updated maxWarmingSearchers conf value --- conf/solrconfig.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/solrconfig.xml b/conf/solrconfig.xml index 93907dc..63ccce5 100644 --- a/conf/solrconfig.xml +++ b/conf/solrconfig.xml @@ -596,7 +596,7 @@ Recommend values of 1-2 for read-only slaves, higher for masters w/o cache warming. --> - 2 + 4