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/05 19:51:35 UTC

lucene-solr:branch_6x: SOLR-9911: Remove http group from example in change log

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 60da846b1 -> 6a5895c0e


SOLR-9911: Remove http group from example in change log

(cherry picked from commit 2cffa2e)


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

Branch: refs/heads/branch_6x
Commit: 6a5895c0ec99c31da05fdf3948a0e18c84ffcb4e
Parents: 60da846
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Fri Jan 6 01:20:14 2017 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Fri Jan 6 01:21:28 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6a5895c0/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b387390..8287d94 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -134,7 +134,7 @@ New Features
 
 * SOLR-9812: SOLR-9911: Added a new /admin/metrics API to return all metrics collected by Solr via API.
   API supports three optional parameters:
-  * 'group' (all,jvm,jetty,http,node,core),
+  * 'group' (all,jvm,jetty,node,core),
   * 'type' (all,counter,timer,gauge,histogram) both of which are multi-valued
   * 'prefix' that filters the returned metrics
   Example: http://localhost:8983/solr/admin/metrics?group=jvm,jetty&type=counter