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:49 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_6 c58057483 -> e5c55b0b7


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/e5c55b0b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e5c55b0b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e5c55b0b

Branch: refs/heads/branch_6_6
Commit: e5c55b0b7b2179470c0696b3e0258228ae60e2d6
Parents: c580574
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:42 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/e5c55b0b/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
 ----