From f53703df62296b4da8fc9c6c1616b696d3c3e28c Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 16 Jan 2013 14:35:37 +0100 Subject: [PATCH] using MMapDirectoryFactory as solution for ClosedChannelException given in https://issues.apache.org/jira/browse/SOLR-2247 --- defaults/solr/solrconfig.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 09a01e4aa..cad12cb72 100755 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -118,8 +118,9 @@ solr.RAMDirectoryFactory is memory based, not persistent, and doesn't work with replication. --> - + + +