SOLR-3671: fix ongoing smoke test build failure

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-05-28 08:10:02 +00:00
parent b6d96d1ca8
commit 3d703a16e9
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ Other Changes
* SOLR-6022: Deprecate getAnalyzer() in IndexField and FieldType, and add getIndexAnalyzer().
(Ryan Ernst)
* SOLR_3671: Fix DIHWriter interface usage so users may implement writers that output
* SOLR-3671: Fix DIHWriter interface usage so users may implement writers that output
documents to a location external to Solr (ex. a NoSql db). (Roman Chyla via James Dyer)
* SOLR-5340: Add support for named snapshots (Varun Thacker via Noble Paul)