mirror of https://github.com/apache/lucene.git
SOLR-1929: Moved CHANGES entry from 4.0-alpha to 4.0-beta
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1b9c913df
commit
e58e456156
|
@ -39,6 +39,11 @@ New Features
|
|||
All replicas of a shard will be consistent, even if updates arrive in a
|
||||
different order on different replicas. (yonik)
|
||||
|
||||
* SOLR-1929: Index encrypted documents with ExtractingUpdateRequestHandler.
|
||||
By supplying resource.password=<mypw> or specifying an external file with regular
|
||||
expressions matching file names, Solr will decrypt and index PDFs and DOCX formats.
|
||||
(janhoy, Yiannis Pericleous)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* SOLR-3582: Our ZooKeeper watchers respond to session events as if they are change events,
|
||||
|
@ -399,11 +404,6 @@ New Features
|
|||
|
||||
* SOLR-3351: eDismax: ps2 and ps3 params (janhoy)
|
||||
|
||||
* SOLR-1929: Index encrypted documents with ExtractingUpdateRequestHandler.
|
||||
By supplying resource.password=<mypw> or specifying an external file with regular
|
||||
expressions matching file names, Solr will decrypt and index PDFs and DOCX formats.
|
||||
(janhoy, Yiannis Pericleous)
|
||||
|
||||
* SOLR-3542: Add WeightedFragListBuilder for FVH and set it to default fragListBuilder
|
||||
in example solrconfig.xml. (Sebastian Lutze, koji)
|
||||
|
||||
|
|
Loading…
Reference in New Issue