You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/09/14 12:48:40 UTC

[lucene-solr] branch SOLR-14866 created (now e950258)

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

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


      at e950258  first cut of looking at removing TODO and adding autowidth

This branch includes the following new commits:

     new e950258  first cut of looking at removing TODO and adding autowidth

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene-solr] 01/01: first cut of looking at removing TODO and adding autowidth

Posted by ep...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e950258a57e5f7cda7ff53c6e9f57b1a5a17a5ff
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Mon Sep 14 08:48:11 2020 -0400

    first cut of looking at removing TODO and adding autowidth
---
 solr/solr-ref-guide/src/charfilterfactories.adoc | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/solr/solr-ref-guide/src/charfilterfactories.adoc b/solr/solr-ref-guide/src/charfilterfactories.adoc
index 031706c..e26597d 100644
--- a/solr/solr-ref-guide/src/charfilterfactories.adoc
+++ b/solr/solr-ref-guide/src/charfilterfactories.adoc
@@ -65,9 +65,7 @@ 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:
 +
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-+
-[cols="20,30,20,30",options="header"]
+[%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 |`"\\" \=> "/"`
@@ -234,9 +232,7 @@ You can configure this filter in `schema.xml` like this:
 
 The table below presents examples of regex-based pattern replacement:
 
-// TODO: Change column width to %autowidth.spread when https://github.com/asciidoctor/asciidoctor-pdf/issues/599 is fixed
-
-[cols="20,20,10,20,30",options="header"]
+[%autowidth.spread,options="header"]
 |===
 |Input |Pattern |Replacement |Output |Description
 |see-ing looking |`(\w+)(ing)` |`$1` |see-ing look |Removes "ing" from the end of word.