You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/06/09 18:50:31 UTC

lucene-solr:branch_6x: Ref Guide: fix incomplete source declaration

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 477eeea1e -> 6e1467a4f


Ref Guide: fix incomplete source declaration


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

Branch: refs/heads/branch_6x
Commit: 6e1467a4f26e14497d0b9e69348cefc936728bf3
Parents: 477eeea
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Jun 9 13:49:29 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Jun 9 13:50:24 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6e1467a4/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index e7fb920..c640207 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -1389,7 +1389,7 @@ http://localhost:8983/solr/admin/collections?action=DELETESTATUS&requestid=bar
 
 *Input: Clear all the stored statuses*
 
-[source
+[source,text]
 ----
 http://localhost:8983/solr/admin/collections?action=DELETESTATUS&flush=true
 ----