Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix asciidoc errors and warnings #3196

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
****
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,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::
+
Expand Down Expand Up @@ -440,7 +440,7 @@ curl -X GET http://localhost:8983/api/cluster/properties

=== Fetch Cluster Property

[tabs#setobjproperty-request]
[tabs#fetchclusterproperty-request]
======
V1 API::
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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[]
****
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ With class name (legacy)::

*Example 2:*

[tabs#lang-spanish]
[tabs#lang-spanish-plural]
======
With name::
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
****
Original file line number Diff line number Diff line change
Expand Up @@ -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::
+
Expand Down
Loading