mirror of https://github.com/apache/lucene.git
Moving DataImportHandler fix to correct CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725617 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71c18d5b3c
commit
2b931ae33e
|
@ -108,8 +108,6 @@ New Features
|
|||
also deprecated and replaced with "count" and "lex".
|
||||
(Lars Kotthoff via yonik)
|
||||
|
||||
23. SOLR-886: DataImportHandler should rollback when an import fails or it is aborted (shalin)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the
|
||||
|
|
|
@ -35,6 +35,8 @@ New Features
|
|||
5. SOLR-887: A Transformer to strip HTML tags.
|
||||
(Ahmed Hammad via shalin)
|
||||
|
||||
6. SOLR-886: DataImportHandler should rollback when an import fails or it is aborted (shalin)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue