cpoerschke commented on code in PR #2547:
URL: https://github.com/apache/solr/pull/2547#discussion_r1662972239


##########
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.

Review Comment:
   Thanks for spotting and sending PR to fix! Maybe one more here?
   ```suggestion
   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.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to