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

malliaridis pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 2e9f815face Fix asciidoc errors and warnings (#3196)
2e9f815face is described below

commit 2e9f815faceba8275aa1f70fe63d95147472886b
Author: Christos Malliaridis <[email protected]>
AuthorDate: Wed Feb 19 01:52:05 2025 +0200

    Fix asciidoc errors and warnings (#3196)
    
    * Fix dropping cells from incomplete row detected end of table
    
    * Fix id assigned to block already in use
    
    (cherry picked from commit 4e989253e31140e88deb2f349ef66904162ff44a)
---
 .../modules/configuration-guide/pages/solr-plugins.adoc               | 1 +
 .../modules/deployment-guide/pages/cluster-node-management.adoc       | 4 ++--
 solr/solr-ref-guide/modules/getting-started/pages/solr-admin-ui.adoc  | 3 ++-
 .../modules/indexing-guide/pages/language-analysis.adoc               | 2 +-
 .../modules/query-guide/pages/query-syntax-and-parsers.adoc           | 1 -
 solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc     | 2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/solr/solr-ref-guide/modules/configuration-guide/pages/solr-plugins.adoc 
b/solr/solr-ref-guide/modules/configuration-guide/pages/solr-plugins.adoc
index 5293a071667..4eeae1326d3 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/solr-plugins.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/solr-plugins.adoc
@@ -62,6 +62,7 @@ The next sections describe some installation options:
 | xref:package-manager.adoc[]: Package-based plugins.
 | xref:cluster-plugins.adoc[]: Cluster-level plugins.
 | xref:replica-placement-plugins.adoc[]: Plugins specifically for replica 
placement.
+|
 |===
 // end::plugin-sections[]
 ****
diff --git 
a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
 
b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
index e16bee4477d..6b5e8f52a69 100644
--- 
a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
+++ 
b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-node-management.adoc
@@ -399,7 +399,7 @@ At this point, if you run a query on a node having e.g., 
`rack=rack1`, Solr will
 
 === List Cluster Properties
 
-[tabs#setobjproperty-request]
+[tabs#listclusterproperties-request]
 ======
 V1 API::
 +
@@ -443,7 +443,7 @@ curl -X GET http://localhost:8983/api/cluster/properties
 
 === Fetch Cluster Property
 
-[tabs#setobjproperty-request]
+[tabs#fetchclusterproperty-request]
 ======
 V1 API::
 +
diff --git 
a/solr/solr-ref-guide/modules/getting-started/pages/solr-admin-ui.adoc 
b/solr/solr-ref-guide/modules/getting-started/pages/solr-admin-ui.adoc
index 5146fedd6eb..42fd8b7a825 100644
--- a/solr/solr-ref-guide/modules/getting-started/pages/solr-admin-ui.adoc
+++ b/solr/solr-ref-guide/modules/getting-started/pages/solr-admin-ui.adoc
@@ -169,7 +169,8 @@ Here are sections throughout the Guide describing each 
screen of the Admin UI:
 | xref:query-guide:query-screen.adoc[]: Form-based query builder.
 | xref:query-guide:stream-screen.adoc[]: Submit streaming expressions and see 
results and parsing explanations.
 | xref:query-guide:sql-screen.adoc[]: SQL query runner with tabular results.
-| xref:query-guide:schema-browser-screen.adoc[]: Field-level schema details.
+| xref:indexing-guide:schema-browser-screen.adoc[]: Field-level schema details.
+|
 |===
 // end::ui-collection-tools[]
 ****
diff --git 
a/solr/solr-ref-guide/modules/indexing-guide/pages/language-analysis.adoc 
b/solr/solr-ref-guide/modules/indexing-guide/pages/language-analysis.adoc
index 91bd8c3a678..211f816d5a9 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/language-analysis.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/language-analysis.adoc
@@ -3270,7 +3270,7 @@ With class name (legacy)::
 
 *Example 2:*
 
-[tabs#lang-spanish]
+[tabs#lang-spanish-plural]
 ======
 With name::
 +
diff --git 
a/solr/solr-ref-guide/modules/query-guide/pages/query-syntax-and-parsers.adoc 
b/solr/solr-ref-guide/modules/query-guide/pages/query-syntax-and-parsers.adoc
index 2422a4de7b2..d0339c54422 100644
--- 
a/solr/solr-ref-guide/modules/query-guide/pages/query-syntax-and-parsers.adoc
+++ 
b/solr/solr-ref-guide/modules/query-guide/pages/query-syntax-and-parsers.adoc
@@ -66,7 +66,6 @@ If you have custom parsing needs, you may want to extend that 
class to create yo
 | xref:sql-query.adoc[]: SQL language support for Solr.
 | xref:query-screen.adoc[]: Form-based query builder.
 | xref:sql-screen.adoc[]: SQL query runner with tabular results.
-|
 |===
 // end::parser-sections[]
 ****
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc 
b/solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc
index 9457f8005c4..664e3e71af8 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/text-to-vector.adoc
@@ -129,7 +129,7 @@ Many are shared but for the full set of parameters of the 
model you are interest
 Apache Solr uses https://github.com/langchain4j/langchain4j[LangChain4j] to 
support text vectorisation.
 The models currently supported are:
 
-[tabs#supported-models]
+[tabs#supported-models-hugging-face]
 ======
 Hugging Face::
 +

Reply via email to