mirror of https://github.com/apache/lucene.git
this should be a new feature not an optimization
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@822157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6634bec9ce
commit
4e082e1482
|
@ -161,6 +161,8 @@ New Features
|
||||||
|
|
||||||
38.SOLR-1406: Make FileDataSource and FileListEntityProcessor to be more extensible (Luke Forehand, shalin)
|
38.SOLR-1406: Make FileDataSource and FileListEntityProcessor to be more extensible (Luke Forehand, shalin)
|
||||||
|
|
||||||
|
39.SOLR-1437 : XPathEntityProcessor can deal with xpath syntaxes such as //tagname , /root//tagname (Fergus McMenemie via noble)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
1. SOLR-846: Reduce memory consumption during delta import by removing keys when used
|
1. SOLR-846: Reduce memory consumption during delta import by removing keys when used
|
||||||
|
@ -178,7 +180,6 @@ Optimizations
|
||||||
5. SOLR-1465: Replaced string concatenations with StringBuilder append calls in XPathRecordReader.
|
5. SOLR-1465: Replaced string concatenations with StringBuilder append calls in XPathRecordReader.
|
||||||
(Mark Miller, shalin)
|
(Mark Miller, shalin)
|
||||||
|
|
||||||
6.SOLR-1437 : XPathEntityProcessor can deal with xpath syntaxes such as //tagname , /root//tagname (Fergus McMenemie via noble)
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in New Issue