You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jd...@apache.org on 2012/03/22 15:34:26 UTC

svn commit: r1303802 - /lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt

Author: jdyer
Date: Thu Mar 22 14:34:26 2012
New Revision: 1303802

URL: http://svn.apache.org/viewvc?rev=1303802&view=rev
Log:
Add CHANGES.txt entry for SOLR-2382

Modified:
    lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt?rev=1303802&r1=1303801&r2=1303802&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/dataimporthandler/CHANGES.txt Thu Mar 22 14:34:26 2012
@@ -19,6 +19,12 @@ New Features
              SOLR-3190: Minor improvements to SolrEntityProcessor. Add more consistency between solr parameters
              and parameters used in SolrEntityProcessor and ability to specify a custom HttpClient instance.
              (Luca Cavanna via Martijn van Groningen)
+* SOLR-2382: Added pluggable cache support so that any Entity can be made cache-able by adding the "cacheImpl" parameter.
+             Include "SortedMapBackedCache" to provide in-memory caching (as previously this was the only option when
+             using CachedSqlEntityProcessor).  Users can provide their own implementations of DIHCache for other
+             caching strategies.  Deprecate CachedSqlEntityProcessor in favor of specifing "cacheImpl" with
+             SqlEntityProcessor.  Make SolrWriter implement DIHWriter and allow the possibility of pluggable Writers
+             (DIH writing to something other than Solr).  (James Dyer, Noble Paul)
 
 Changes in Runtime Behavior
 ----------------------