Modified: sites/solr/guide/solr/9_0/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_0/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/9_0/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1345,7 +1345,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content">
Modified: sites/solr/guide/solr/9_0/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_0/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/9_0/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1650,8 +1650,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1662,8 +1662,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/9_0/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_0/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_0/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1208,7 +1208,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/9_0/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_0/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/9_0/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2849,7 +2849,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/9_0/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_0/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_0/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/9_0/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1613,7 +1613,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p> Modified: sites/solr/guide/solr/9_1/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_1/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/9_1/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1348,7 +1348,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content"> Modified: sites/solr/guide/solr/9_1/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_1/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/9_1/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1653,8 +1653,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1665,8 +1665,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/9_1/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_1/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_1/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1211,7 +1211,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/9_1/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_1/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/9_1/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2852,7 +2852,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/9_1/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_1/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_1/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/9_1/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1616,7 +1616,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p> Modified: sites/solr/guide/solr/9_2/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_2/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_2/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/9_2/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1355,7 +1355,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content"> Modified: sites/solr/guide/solr/9_2/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_2/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_2/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/9_2/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1660,8 +1660,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1672,8 +1672,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/9_2/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_2/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_2/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_2/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1218,7 +1218,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/9_2/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_2/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_2/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/9_2/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2859,7 +2859,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/9_2/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_2/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_2/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/9_2/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1623,7 +1623,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p> Modified: sites/solr/guide/solr/9_3/deployment-guide/collection-management.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/deployment-guide/collection-management.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/deployment-guide/collection-management.html (original) +++ sites/solr/guide/solr/9_3/deployment-guide/collection-management.html Mon Mar 18 15:23:27 2024 @@ -3729,7 +3729,7 @@ If not provided, Solr will create the ba </dd> </dl> </div> -<div id="backup-response-incremental" class="exampleblock tab-pane"> +<div id="backup-response-incremental" class="exampleblock tab-pane tab-pane"> <div class="content"> <div class="paragraph"> <p><strong class="tab-label">Incremental Backup Response</strong></p> Modified: sites/solr/guide/solr/9_3/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/9_3/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1358,7 +1358,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content"> Modified: sites/solr/guide/solr/9_3/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/9_3/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1663,8 +1663,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1675,8 +1675,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/9_3/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_3/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1221,7 +1221,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/9_3/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/9_3/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2862,7 +2862,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/9_3/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_3/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/9_3/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1626,7 +1626,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p> Modified: sites/solr/guide/solr/9_4/deployment-guide/collection-management.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/deployment-guide/collection-management.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/deployment-guide/collection-management.html (original) +++ sites/solr/guide/solr/9_4/deployment-guide/collection-management.html Mon Mar 18 15:23:27 2024 @@ -3750,7 +3750,7 @@ If not provided, Solr will create the ba </dd> </dl> </div> -<div id="backup-response-incremental" class="exampleblock tab-pane"> +<div id="backup-response-incremental" class="exampleblock tab-pane tab-pane"> <div class="content"> <div class="paragraph"> <p><strong class="tab-label">Incremental Backup Response</strong></p> Modified: sites/solr/guide/solr/9_4/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/9_4/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1360,7 +1360,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content"> Modified: sites/solr/guide/solr/9_4/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/9_4/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1634,8 +1634,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1646,8 +1646,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/9_4/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/9_4/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1221,7 +1221,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/9_4/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/9_4/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2862,7 +2862,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/9_4/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_4/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/9_4/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/9_4/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1626,7 +1626,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p> Modified: sites/solr/guide/solr/latest/deployment-guide/collection-management.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/collection-management.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/deployment-guide/collection-management.html (original) +++ sites/solr/guide/solr/latest/deployment-guide/collection-management.html Mon Mar 18 15:23:27 2024 @@ -3757,7 +3757,7 @@ If not provided, Solr will create the ba </dd> </dl> </div> -<div id="backup-response-incremental" class="exampleblock tab-pane"> +<div id="backup-response-incremental" class="exampleblock tab-pane tab-pane"> <div class="content"> <div class="paragraph"> <p><strong class="tab-label">Incremental Backup Response</strong></p> Modified: sites/solr/guide/solr/latest/deployment-guide/enabling-ssl.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/deployment-guide/enabling-ssl.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/deployment-guide/enabling-ssl.html (original) +++ sites/solr/guide/solr/latest/deployment-guide/enabling-ssl.html Mon Mar 18 15:23:27 2024 @@ -1366,7 +1366,7 @@ This should be set to <code>hadoop</code </dd> </dl> </div> -<div class="openblock dynamic-tabs"> +<div class="openblock dynamic-tabs dynamic-tabs"> <div class="content"> <div id="credstore-unix" class="exampleblock tab-pane"> <div class="content"> Modified: sites/solr/guide/solr/latest/getting-started/tutorial-techproducts.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/getting-started/tutorial-techproducts.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/getting-started/tutorial-techproducts.html (original) +++ sites/solr/guide/solr/latest/getting-started/tutorial-techproducts.html Mon Mar 18 15:23:27 2024 @@ -1627,8 +1627,8 @@ Documents containing more terms will be <p>To find documents that contain both terms "electronics" and "music", enter <code>+electronics +music</code> in the <code>q</code> box in the Admin UI Query tab.</p> </div> <div class="paragraph"> -<p>If you’re using curl, you must encode the <code>+</code> character because it has a reserved purpose in URLs (encoding the space character). -The encoding for <code>+</code> is <code>%2B</code> as in:</p> +<p>If you’re using curl, you must encode the <code>` character because it has a reserved purpose in URLs (encoding the space character). +The encoding for `</code> is <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> @@ -1639,8 +1639,8 @@ The encoding for <code>+</code> is <code <p>You should only get a single result.</p> </div> <div class="paragraph"> -<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>+electronics -music</code> in the <code>q</code> box in the Admin UI. -For curl, again, URL encode <code>+</code> as <code>%2B</code> as in:</p> +<p>To search for documents that contain the term "electronics" but <strong>don’t</strong> contain the term "music", enter <code>electronics -music` in the `q` box in the Admin UI. +For curl, again, URL encode `</code> as <code>%2B</code> as in:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/latest/query-guide/common-query-parameters.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/common-query-parameters.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/common-query-parameters.html (original) +++ sites/solr/guide/solr/latest/query-guide/common-query-parameters.html Mon Mar 18 15:23:27 2024 @@ -1227,7 +1227,7 @@ This default behavior is equivalent to e <p>A sort ordering must include a field name (or <code>score</code> as a pseudo field), followed by whitespace (escaped as + or <code>%20</code> in URL strings), followed by a sort direction (<code>asc</code> or <code>desc</code>).</p> </li> <li> -<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name>+<direction>,<field name>+<direction>],…​</code></p> +<p>Multiple sort orderings can be separated by a comma, using this syntax: <code>sort=<field name><direction>,<field name><direction>],…​</code></p> <div class="ulist"> <ul> <li> Modified: sites/solr/guide/solr/latest/query-guide/other-parsers.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/other-parsers.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/other-parsers.html (original) +++ sites/solr/guide/solr/latest/query-guide/other-parsers.html Mon Mar 18 15:23:27 2024 @@ -2893,7 +2893,7 @@ Passing an empty string with this parame <td class="tableblock halign-left valign-top"><p class="tableblock"><code>ESCAPE</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>\</code></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Put it in front of operators to match them literally</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C\+\+</code></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock"><code>C+\+</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>WHITESPACE</code></p></td> Modified: sites/solr/guide/solr/latest/query-guide/standard-query-parser.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/standard-query-parser.html?rev=1085922&r1=1085921&r2=1085922&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/standard-query-parser.html (original) +++ sites/solr/guide/solr/latest/query-guide/standard-query-parser.html Mon Mar 18 15:23:27 2024 @@ -1632,7 +1632,7 @@ The symbol || can be used in place of th <div class="sect2"> <h3 id="the-boolean-operator"><a class="anchor" href="#the-boolean-operator"></a>The Boolean Operator "+"</h3> <div class="paragraph"> -<p>The <code>+</code> symbol (also known as the "required" operator) requires that the term after the <code>+</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> +<p>The <code>` symbol (also known as the "required" operator) requires that the term after the `</code> symbol exist somewhere in a field in at least one document in order for the query to return a match.</p> </div> <div class="paragraph"> <p>For example, to search for documents that must contain "jakarta" and that may or may not contain "lucene," use the following query:</p>
