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/05/09 14:58:18 UTC

lucene-solr:jira/solr-10290: SOLR-10296: missed a few tables + unescaped http urls

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-10290 a244450b2 -> 8436b4050


SOLR-10296: missed a few tables + unescaped http urls


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

Branch: refs/heads/jira/solr-10290
Commit: 8436b4050cbde7f62d3f1d9fbee58c63c334eab7
Parents: a244450
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue May 9 09:57:50 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue May 9 09:57:50 2017 -0500

----------------------------------------------------------------------
 .../src/command-line-utilities.adoc             |  6 +++-
 solr/solr-ref-guide/src/schema-api.adoc         | 32 +++++++++++++++-----
 .../src/the-standard-query-parser.adoc          |  4 +--
 .../src/using-solr-from-ruby.adoc               |  2 +-
 solr/solr-ref-guide/src/velocity-search-ui.adoc |  2 +-
 5 files changed, 33 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8436b405/solr/solr-ref-guide/src/command-line-utilities.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/command-line-utilities.adoc b/solr/solr-ref-guide/src/command-line-utilities.adoc
index 78cd9e9..78118c8 100644
--- a/solr/solr-ref-guide/src/command-line-utilities.adoc
+++ b/solr/solr-ref-guide/src/command-line-utilities.adoc
@@ -2,7 +2,11 @@
 :page-shortname: command-line-utilities
 :page-permalink: command-line-utilities.html
 
-Solr's Administration page (found by default at `http://hostname:8983/solr/` ), provides a section with menu items for monitoring indexing and performance statistics, information about index distribution and replication, and information on all threads running in the JVM at the time. There is also a section where you can run queries, and an assistance area.
+Solr's Administration page (found by default at `\http://hostname:8983/solr/`), provides a section with menu items for monitoring indexing and performance statistics.
+
+This pag also includes information about index distribution and replication, and information on all threads running in the JVM at the time.
+
+There is also a section where you can run queries, and an assistance area.
 
 In addition, SolrCloud provides its own administration page (found at http://localhost:8983/solr/#/~cloud), as well as a few tools available via a ZooKeeper Command Line Utility (CLI). The CLI scripts found in `server/scripts/cloud-scripts` let you upload configuration information to ZooKeeper, in the same two ways that were shown in the examples in <<parameter-reference.adoc#parameter-reference,Parameter Reference>>. It also provides a few other commands that let you link collection sets to collections, make ZooKeeper paths or clear them, and download configurations from ZooKeeper to the local filesystem.
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8436b405/solr/solr-ref-guide/src/schema-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/schema-api.adoc b/solr/solr-ref-guide/src/schema-api.adoc
index 873f4a4..f1ea86b 100644
--- a/solr/solr-ref-guide/src/schema-api.adoc
+++ b/solr/solr-ref-guide/src/schema-api.adoc
@@ -587,7 +587,9 @@ curl http://localhost:8983/solr/gettingstarted/schema?wt=schema.xml
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -766,7 +768,9 @@ The sample output below has been truncated.
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -864,7 +868,9 @@ The sample output below has been truncated to show a few different field types f
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -942,7 +948,9 @@ The sample output below has been truncated to the first few copy definitions.
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -995,7 +1003,9 @@ curl http://localhost:8983/solr/gettingstarted/schema/name?wt=json
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -1050,7 +1060,9 @@ curl http://localhost:8983/solr/gettingstarted/schema/version?wt=json
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -1105,7 +1117,9 @@ curl http://localhost:8983/solr/gettingstarted/schema/uniquekey?wt=json
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.
@@ -1161,7 +1175,9 @@ curl http://localhost:8983/solr/gettingstarted/schema/similarity?wt=json
 
 *Path Parameters*
 
-[width="100%",options="header",]
+// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
+
+[cols="30,70",options="header"]
 |===
 |Key |Description
 |collection |The collection (or core) name.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8436b405/solr/solr-ref-guide/src/the-standard-query-parser.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/the-standard-query-parser.adoc b/solr/solr-ref-guide/src/the-standard-query-parser.adoc
index 3f67c4a..99bd234 100644
--- a/solr/solr-ref-guide/src/the-standard-query-parser.adoc
+++ b/solr/solr-ref-guide/src/the-standard-query-parser.adoc
@@ -37,7 +37,7 @@ This section presents examples of responses from the standard query parser.
 
 The URL below submits a simple query and requests the XML Response Writer to use indentation to make the XML response more readable.
 
-`http://localhost:8983/solr/techproducts/select?q=id:SP2514N`
+`\http://localhost:8983/solr/techproducts/select?q=id:SP2514N`
 
 Results:
 
@@ -64,7 +64,7 @@ Results:
 
 Here's an example of a query with a limited field list.
 
-`http://localhost:8983/solr/techproducts/select?q=id:SP2514N&fl=id+name`
+`\http://localhost:8983/solr/techproducts/select?q=id:SP2514N&fl=id+name`
 
 Results:
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8436b405/solr/solr-ref-guide/src/using-solr-from-ruby.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/using-solr-from-ruby.adoc b/solr/solr-ref-guide/src/using-solr-from-ruby.adoc
index 50d6ac2..21d290c 100644
--- a/solr/solr-ref-guide/src/using-solr-from-ruby.adoc
+++ b/solr/solr-ref-guide/src/using-solr-from-ruby.adoc
@@ -12,7 +12,7 @@ This Ruby response format differs from JSON in the following ways:
 * nil used for null
 * `\=>` used as the key/value separator in maps
 
-Here's an example Ruby response from Solr, for `http://localhost:8983/solr/techproducts/select?q=iPod&wt=ruby&indent=on` (with Solr launching using `bin/solr start -e techproducts`):
+Here's an example Ruby response from Solr, for a request like `\http://localhost:8983/solr/techproducts/select?q=iPod&wt=ruby&indent=on` (with Solr launching using `bin/solr start -e techproducts`):
 
 [source,ruby]
 ----

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8436b405/solr/solr-ref-guide/src/velocity-search-ui.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/velocity-search-ui.adoc b/solr/solr-ref-guide/src/velocity-search-ui.adoc
index 51cf459..f41a204 100644
--- a/solr/solr-ref-guide/src/velocity-search-ui.adoc
+++ b/solr/solr-ref-guide/src/velocity-search-ui.adoc
@@ -4,7 +4,7 @@
 
 Solr includes a sample search UI based on the <<response-writers.adoc#ResponseWriters-VelocityResponseWriter,VelocityResponseWriter>> (also known as Solritas) that demonstrates several useful features, such as searching, faceting, highlighting, autocomplete, and geospatial searching.
 
-When using the `sample_techproducts_configs` config set, you can access the Velocity sample Search UI here: `http://localhost:8983/solr/techproducts/browse`
+When using the `sample_techproducts_configs` config set, you can access the Velocity sample Search UI: `\http://localhost:8983/solr/techproducts/browse`
 
 .The Velocity Search UI
 image::images/velocity-search-ui/techproducts_browse.png[image,width=500]