You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/03/23 14:40:45 UTC

[02/36] lucene-solr:feature/autoscaling: Fixed typos in CHANGES.txt

Fixed typos in CHANGES.txt


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

Branch: refs/heads/feature/autoscaling
Commit: dd7e359697a98c4bd5547d61cae731c621485b0b
Parents: 7183dfd
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Mar 16 14:18:43 2017 -0400
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Mar 23 20:10:09 2017 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/dd7e3596/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d49b439..7ec0c52 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -112,8 +112,8 @@ Upgrade Notes
   number of requests. New Codahale Metrics implementation applies exponential decay to this value,
   which heavily biases the average towards the last 5 minutes. (ab)
 
-* SOLR-8593: Parallel SQL now uses Apache Calcite as it's SQL framework. As part of this change
-  the default aggregation mode has been changed to facet rather map_reduce. There has also beeen changes
+* SOLR-8593: Parallel SQL now uses Apache Calcite as its SQL framework. As part of this change
+  the default aggregation mode has been changed to facet rather than map_reduce. There has also been changes
   to the SQL aggregate response and some SQL syntax changes. Consult the documentation for full details.