You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/28 17:26:47 UTC

[20/50] [abbrv] lucene-solr:jira/solr-9045: SOLR-9764: fix CHANGES entry

SOLR-9764: fix CHANGES entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/05c17c9a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/05c17c9a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/05c17c9a

Branch: refs/heads/jira/solr-9045
Commit: 05c17c9a516d8501b2dcce9b5910a3d0b5510bc4
Parents: a0aef2f
Author: yonik <yo...@apache.org>
Authored: Thu Feb 23 16:55:36 2017 -0500
Committer: yonik <yo...@apache.org>
Committed: Thu Feb 23 16:55:36 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/05c17c9a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9ece4f8..0302615 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -189,7 +189,7 @@ Optimizations
 * SOLR-9941: Clear the deletes lists at UpdateLog before replaying from log. This prevents redundantly pre-applying
   DBQs, during the log replay, to every update in the log as if the DBQs were out of order. (hossman, Ishan Chattopadhyaya)
 
-* SOLR-9764: All filters that which all documents in the index now share the same memory (DocSet).
+* SOLR-9764: All filters that match all documents in the index now share the same memory (DocSet).
   (Michael Sun, yonik)
 
 * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links