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:06 UTC

[lucene] 02/11: use both autowidth and width to get a table that stretches across the page

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 d23119a33ade65038e22f13cdf5cb2b04f22d4e8
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Mon Sep 14 09:03:32 2020 -0400

    use both autowidth and width to get a table that stretches across the page
---
 solr/solr-ref-guide/src/charfilterfactories.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/charfilterfactories.adoc b/solr/solr-ref-guide/src/charfilterfactories.adoc
index e26597d..37bf643 100644
--- a/solr/solr-ref-guide/src/charfilterfactories.adoc
+++ b/solr/solr-ref-guide/src/charfilterfactories.adoc
@@ -232,7 +232,7 @@ You can configure this filter in `schema.xml` like this:
 
 The table below presents examples of regex-based pattern replacement:
 
-[%autowidth.spread,options="header"]
+[%autowidth.spread,width="100%",options="header"]
 |===
 |Input |Pattern |Replacement |Output |Description
 |see-ing looking |`(\w+)(ing)` |`$1` |see-ing look |Removes "ing" from the end of word.