Modified: 
sites/solr/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html
URL: 
http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html?rev=1089149&r1=1089148&r2=1089149&view=diff
==============================================================================
--- 
sites/solr/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html 
(original)
+++ 
sites/solr/guide/solr/latest/indexing-guide/indexing-with-update-handlers.html 
Thu Feb 27 15:25:37 2025
@@ -1389,8 +1389,11 @@ A single delete message can contain mult
 </td>
 <td class="content">
 <div class="paragraph">
-<p>When using the Join query parser in a Delete By Query, you should use the 
<code>score</code> parameter with a value of "none" to avoid a 
<code>ClassCastException</code>.
-See the section on the <a href="../query-guide/join-query-parser.html" 
class="xref page">Join Query Parser</a> for more details on the 
<code>score</code> parameter.</p>
+<p>Some queries, including many <code>{!join}</code> and <code>{!graph}</code> 
queries, are not supported in delete operations and will return a 400 error.</p>
+</div>
+<div class="paragraph">
+<p>Users interested in using the Join query parser in a Delete By Query may do 
so by specifying a <code>score</code> parameter with the value "none" (and 
ensuring no <code>method</code> parameter is provided).
+See the section on the <a href="../query-guide/join-query-parser.html" 
class="xref page">Join Query Parser</a> for more details on the 
<code>score</code> parameter and its usage.</p>
 </div>
 </td>
 </tr>


Reply via email to