From 7c5825cf257fe9d92943388deee92695d754a249 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Mon, 6 Jul 2009 19:31:37 +0000 Subject: [PATCH] SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791578 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 6 ++- example/solr/conf/solrconfig.xml | 6 +++ .../apache/solr/update/SolrIndexConfig.java | 13 +++++++ .../apache/solr/update/SolrIndexWriter.java | 38 +++++++++++++++++++ 4 files changed, 62 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 851ca4afbf5..8034be98ac6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -242,7 +242,11 @@ New Features and it is renamed to locateSolrHome (noble) 62. SOLR-1216 : disambiguate the replication command names. 'snappull' becomes 'fetchindex' 'abortsnappull' becomes 'abortfetch' (noble) - + +63. SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml. + This is an advanced debug log file that can be used to aid developers in fixing IndexWriter bugs. See the commented + out example in the example solrconfig.xml under the indexDefaults section. + (Chris Harris, Mark Miller) Optimizations ---------------------- 1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the diff --git a/example/solr/conf/solrconfig.xml b/example/solr/conf/solrconfig.xml index c007d7c426c..572d1a65ade 100755 --- a/example/solr/conf/solrconfig.xml +++ b/example/solr/conf/solrconfig.xml @@ -81,6 +81,12 @@ --> + + +