You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:48:13 UTC

[lucene] 09/11: remove the remaining todos with what seems to be the pattern

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch SOLR-14866
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit da75f260875c9f2af252af969f2fc91b5a30d628
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Thu Sep 17 16:53:02 2020 -0400

    remove the remaining todos with what seems to be the pattern
---
 solr/solr-ref-guide/src/charfilterfactories.adoc             |  4 ++--
 solr/solr-ref-guide/src/thread-dump.adoc                     |  4 +---
 solr/solr-ref-guide/src/velocity-response-writer.adoc        |  4 +---
 .../src/working-with-external-files-and-processes.adoc       | 12 +++---------
 4 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/solr/solr-ref-guide/src/charfilterfactories.adoc b/solr/solr-ref-guide/src/charfilterfactories.adoc
index 37bf643..edf401c 100644
--- a/solr/solr-ref-guide/src/charfilterfactories.adoc
+++ b/solr/solr-ref-guide/src/charfilterfactories.adoc
@@ -65,9 +65,9 @@ Mapping file syntax:
 * The source string must contain at least one character, but the target string may be empty.
 * The following character escape sequences are recognized within source and target strings:
 +
-[%autowidth.spread,options="header"]
 |===
 |Escape Sequence |Resulting Character (http://www.ecma-international.org/publications/standards/Ecma-048.htm[ECMA-48] alias) |Unicode Character |Example Mapping Line
+
 |`\\` |`\` |U+005C |`"\\" \=> "/"`
 |`\"` |`"` |U+0022 |`"\"and\"" \=> "'and'"`
 |`\b` |backspace (BS) |U+0008 |`"\b" \=> " "`
@@ -105,9 +105,9 @@ TIP: The input need not be an HTML document. The filter removes only constructs
 
 The table below presents examples of HTML stripping.
 
-[width="100%",options="header",]
 |===
 |Input |Output
+
 |`my <a href="www.foo.bar">link</a>` |my link
 |`<br>hello<!--comment-\->` |hello
 |`hello<script><!-- f('<!--internal-\-></script>'); -\-></script>` |hello
diff --git a/solr/solr-ref-guide/src/thread-dump.adoc b/solr/solr-ref-guide/src/thread-dump.adoc
index 3def77c..1581947 100644
--- a/solr/solr-ref-guide/src/thread-dump.adoc
+++ b/solr/solr-ref-guide/src/thread-dump.adoc
@@ -26,9 +26,7 @@ image::images/thread-dump/thread_dump_1.png[image,width=484,height=250]
 
 When you move your cursor over a thread name, a box floats over the name with the state for that thread. Thread states can be:
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="25,75",options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |State |Meaning
 |NEW |A thread that has not yet started.
diff --git a/solr/solr-ref-guide/src/velocity-response-writer.adoc b/solr/solr-ref-guide/src/velocity-response-writer.adoc
index c493440..e08ea70 100644
--- a/solr/solr-ref-guide/src/velocity-response-writer.adoc
+++ b/solr/solr-ref-guide/src/velocity-response-writer.adoc
@@ -94,9 +94,7 @@ Resource bundles can be added by providing a JAR file visible by the SolrResourc
 
 === VelocityResponseWriter Context Objects
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="30,70",options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |Context Reference |Description
 |`request` |{solr-javadocs}solr-core/org/apache/solr/request/SolrQueryRequest.html[SolrQueryRequest] javadocs
diff --git a/solr/solr-ref-guide/src/working-with-external-files-and-processes.adoc b/solr/solr-ref-guide/src/working-with-external-files-and-processes.adoc
index 06d2c0e..2639577 100644
--- a/solr/solr-ref-guide/src/working-with-external-files-and-processes.adoc
+++ b/solr/solr-ref-guide/src/working-with-external-files-and-processes.adoc
@@ -93,9 +93,7 @@ By default, the query-time analyzer for fields of this type will be the same as
 
 This is the default serialization format used by PreAnalyzedField type. It uses a top-level JSON map with the following keys:
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="20,60,20",options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |Key |Description |Required
 |`v` |Version key. Currently the supported version is `1`. |required
@@ -110,9 +108,7 @@ Any other top-level key is silently ignored.
 
 The token stream is expressed as a JSON list of JSON maps. The map for each token consists of the following keys and values:
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="10,20,20,30,20",options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |Key |Description |Lucene Attribute |Value |Required?
 |`t` |token |{lucene-javadocs}/core/org/apache/lucene/analysis/tokenattributes/CharTermAttribute.html[CharTermAttribute] |UTF-8 string representing the current token |required
@@ -183,9 +179,7 @@ Please note that Unicode sequences (e.g., `\u0001`) are not supported.
 
 The following token attributes are supported, and identified with short symbolic names:
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="10,30,30,30",options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |Name |Description |Lucene attribute |Value format
 |`i` |position increment |{lucene-javadocs}/core/org/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute.html[PositionIncrementAttribute] |integer