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/06/07 14:11:23 UTC

[19/50] [abbrv] lucene-solr:feature/autoscaling: Ref Guide: fix duplicate anchors for internal links

Ref Guide: fix duplicate anchors for internal links


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

Branch: refs/heads/feature/autoscaling
Commit: 07bcd4df1f70fd0ce41e1aed7a94aa72a1bbf656
Parents: 038baae
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Jun 2 14:37:00 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Jun 2 14:52:02 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc |  4 ++--
 solr/solr-ref-guide/src/configsets-api.adoc  | 11 +++--------
 2 files changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/07bcd4df/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 35300a3..25df02f 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -541,12 +541,12 @@ http://localhost:8983/solr/admin/collections?action=DELETEALIAS&name=testalias
 
 `/admin/collections?action=LISTALIASES`
 
-[[CollectionsAPI-Output.6]]
+[[CollectionsAPI-Output.27]]
 === Output
 
 The output will contain a list of aliases with the corresponding collection names.
 
-[[CollectionsAPI-Examples.6]]
+[[CollectionsAPI-Examples.27]]
 === Examples
 
 *Output*

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/07bcd4df/solr/solr-ref-guide/src/configsets-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/configsets-api.adoc b/solr/solr-ref-guide/src/configsets-api.adoc
index 2270eb6..dcc3c33 100644
--- a/solr/solr-ref-guide/src/configsets-api.adoc
+++ b/solr/solr-ref-guide/src/configsets-api.adoc
@@ -140,8 +140,6 @@ http://localhost:8983/solr/admin/configs?action=DELETE&name=myConfigSet
 </response>
 ----
 
-[[ConfigSetsAPI-listListConfigSets]]
-
 [[ConfigSetsAPI-list]]
 == List ConfigSets
 
@@ -171,8 +169,6 @@ http://localhost:8983/solr/admin/configs?action=LIST&wt=json
     "myConfig2"]}
 ----
 
-[[ConfigSetsAPI-uploadCreateaConfigSet]]
-
 [[ConfigSetsAPI-upload]]
 == Upload a ConfigSet
 
@@ -185,7 +181,7 @@ Upload a ConfigSet, sent in as a zipped file. Please note that a ConfigSet is up
  * XSLT transformer (tr parameter) cannot be used at request processing time.
  * StatelessScriptUpdateProcessor does not initialize, if specified in the ConfigSet.
 
-[[ConfigSetsAPI-Input]]
+[[ConfigSetsAPI-Input.3]]
 === Input
 
 // TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
@@ -198,14 +194,14 @@ Upload a ConfigSet, sent in as a zipped file. Please note that a ConfigSet is up
 
 The body of the request should contain a zipped config set.
 
-[[ConfigSetsAPI-Output]]
+[[ConfigSetsAPI-Output.3]]
 === Output
 
 *Output Content*
 
 The output will include the status of the request. If the status is anything other than "success", an error message will explain why the request failed.
 
-[[ConfigSetsAPI-Examples]]
+[[ConfigSetsAPI-Examples.3]]
 === Examples
 
 Create a ConfigSet named 'myConfigSet' based on a 'predefinedTemplate' ConfigSet, overriding the immutable property to false.
@@ -214,4 +210,3 @@ Create a ConfigSet named 'myConfigSet' based on a 'predefinedTemplate' ConfigSet
 ----
 curl -X POST -d @myconfigset.zip http://localhost:8983/solr/admin/configs?action=CREATE&name=myConfigSet --header "Content-Type:text/xml"
 ----
-