Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 98459 invoked from network); 22 Sep 2009 19:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 19:50:55 -0000 Received: (qmail 28905 invoked by uid 500); 22 Sep 2009 19:50:55 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 28840 invoked by uid 500); 22 Sep 2009 19:50:54 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 28829 invoked by uid 99); 22 Sep 2009 19:50:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 19:50:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 19:50:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 067D323888D0; Tue, 22 Sep 2009 19:50:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r817801 - in /lucene/solr/trunk: CHANGES.txt example/solr/conf/solrconfig.xml Date: Tue, 22 Sep 2009 19:50:30 -0000 To: solr-commits@lucene.apache.org From: shalin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090922195033.067D323888D0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shalin Date: Tue Sep 22 19:50:27 2009 New Revision: 817801 URL: http://svn.apache.org/viewvc?rev=817801&view=rev Log: SOLR-1366 -- Clear documentation/warning in example solrconfig.xml and changelist about using a custom IndexReaderFactory with ReplicationHandler Modified: lucene/solr/trunk/CHANGES.txt lucene/solr/trunk/example/solr/conf/solrconfig.xml Modified: lucene/solr/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=817801&r1=817800&r2=817801&view=diff ============================================================================== --- lucene/solr/trunk/CHANGES.txt (original) +++ lucene/solr/trunk/CHANGES.txt Tue Sep 22 19:50:27 2009 @@ -262,7 +262,9 @@ (Matthew Gregg, shalin) 60. SOLR-243: Add configurable IndexReaderFactory so that alternate IndexReader implementations - can be specified via solrconfig.xml. (Andrzej Bialecki, hossman, Mark Miller, John Wang) + can be specified via solrconfig.xml. Note that using a custom IndexReader may be incompatible + with ReplicationHandler (see comments in SOLR-1366). This should be treated as an experimental feature. + (Andrzej Bialecki, hossman, Mark Miller, John Wang) 61. SOLR-1214: differentiate between solr home and instanceDir .deprecates the method SolrResourceLoader#locateInstanceDir() and it is renamed to locateSolrHome (noble) Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=817801&r1=817800&r2=817801&view=diff ============================================================================== --- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original) +++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Tue Sep 22 19:50:27 2009 @@ -223,6 +223,17 @@