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/02 19:54:23 UTC

[1/2] lucene-solr:branch_6x: Ref Guide: fix duplicate anchors for internal links

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x a14b6f70b -> 4aff41c29


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

Branch: refs/heads/branch_6x
Commit: 4ba686253171998d8d00f7dc7e5705819c8e4c17
Parents: a14b6f7
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:53:10 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/4ba68625/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 8227c77..5aac7a3 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -532,12 +532,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/4ba68625/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"
 ----
-


[2/2] lucene-solr:branch_6x: Ref Guide: add new level-2 header to fix out of order heading levels

Posted by ct...@apache.org.
Ref Guide: add new level-2 header to fix out of order heading levels


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

Branch: refs/heads/branch_6x
Commit: 4aff41c291eec10b59e72888f5d2862318d6250b
Parents: 4ba6862
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Jun 2 14:50:03 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Jun 2 14:54:12 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/codec-factory.adoc | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4aff41c2/solr/solr-ref-guide/src/codec-factory.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/codec-factory.adoc b/solr/solr-ref-guide/src/codec-factory.adoc
index 88bc083..8f47038 100644
--- a/solr/solr-ref-guide/src/codec-factory.adoc
+++ b/solr/solr-ref-guide/src/codec-factory.adoc
@@ -22,14 +22,12 @@ A `codecFactory` can be specified in `solrconfig.xml` to determine which Lucene
 
 If not specified, Lucene's default codec is implicitly used.
 
-There are two alternatives to Lucene's default codec:
+== Alternatives to the Default Codec
+There are two alternatives to Lucene's default codec.
 
-. {solr-javadocs}/solr-core/org/apache/solr/core/SchemaCodecFactory.html[`solr.SchemaCodecFactory`] 
-. {solr-javadocs}/solr-core/org/apache/solr/core/SimpleTextCodecFactory.html[`solr.SimpleTextCodecFactory`] 
- 
 === solr.SchemaCodecFactory
 
-`solr.SchemaCodecFactory` supports 2 key features:
+The {solr-javadocs}/solr-core/org/apache/solr/core/SchemaCodecFactory.html[`solr.SchemaCodecFactory`] supports 2 key features:
 
 * Schema based per-fieldtype configuration for `docValuesFormat` and `postingsFormat` - see the <<field-type-definitions-and-properties.adoc#field-type-properties,Field Type Properties>> section for more details.
 * A `compressionMode` option:
@@ -47,9 +45,9 @@ Example:
 
 === solr.SimpleTextCodecFactory
 
-This factory for Lucene's `SimpleTextCodec` produces a plain text human-readable index format.
+This factory for Lucene's {solr-javadocs}/solr-core/org/apache/solr/core/SimpleTextCodecFactory.html[`solr.SimpleTextCodecFactory`] produces a plain text human-readable index format.
 
-CAUTION: *FOR RECREATIONAL USE ONLY*.  This codec should never be used in production.  `SimpleTextCodec` is relatively slow and takes up a large amount of disk space.  Its use should be limited to educational and debugging purposes.
+CAUTION: *FOR RECREATIONAL USE ONLY*. This codec should never be used in production. `SimpleTextCodec` is relatively slow and takes up a large amount of disk space. Its use should be limited to educational and debugging purposes.
 
 Example: