This is an automated email from the ASF dual-hosted git repository.
cpoerschke 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 c2463beacb6 SOLR-17358: Escape + symbol to render documentation
correctly (#2547)
c2463beacb6 is described below
commit c2463beacb6ad559faaaa7e7bbb841393f593db5
Author: Christos Malliaridis <[email protected]>
AuthorDate: Wed Jul 3 13:36:20 2024 +0200
SOLR-17358: Escape + symbol to render documentation correctly (#2547)
(cherry picked from commit c421288aece6f41a7ff6f1e56ee7b3fa6de2eea4)
---
.../solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc
b/solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc
index 46bb8a6c407..43f79bd652b 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/standard-query-parser.adoc
@@ -315,7 +315,7 @@ or
=== The Boolean Operator "+"
-The `+` symbol (also known as the "required" operator) requires that the term
after the `+` symbol exist somewhere in a field in at least one document in
order for the query to return a match.
+The `\+` symbol (also known as the "required" operator) requires that the term
after the `+` symbol exist somewhere in a field in at least one document in
order for the query to return a match.
For example, to search for documents that must contain "jakarta" and that may
or may not contain "lucene," use the following query: