diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 8a38a742eaa..ef52e60c78f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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= 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= 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)