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/01/04 14:49:21 UTC

[2/2] lucene-solr:branch_6x: SOLR-9911: Fix typo in CHANGES.txt

SOLR-9911: Fix typo in CHANGES.txt

(cherry picked from commit f87efac)


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

Branch: refs/heads/branch_6x
Commit: 78a3fdfdcb83fa6786229802777a891248a62d54
Parents: e276147
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Wed Jan 4 20:18:18 2017 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Wed Jan 4 20:19:13 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/78a3fdfd/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 1bd59c3..e295bfc 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -134,7 +134,7 @@ New Features
   API supports three optional parameters:
   * 'group' (all,jvm,jetty,http,node,core),
   * 'type' (all,counter,timer,gauge,histogram) both of which are multi-valued
-  * 'prefix' that filters the return metrics
+  * 'prefix' that filters the returned metrics
   Example: http://localhost:8983/solr/admin/metrics?group=jvm,jetty&type=counter
   Example: http://localhost:8983/solr/admin/metrics?group=jvm&prefix=buffers
   (shalin)