You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by sv...@apache.org on 2023/07/14 15:20:46 UTC

svn commit: r1083636 [3/3] - in /sites/solr/guide: search-index.js sitemap.xml solr/9_3/indexing-guide/schema-designer.html solr/9_3/upgrade-notes/major-changes-in-solr-9.html

Modified: sites/solr/guide/solr/9_3/indexing-guide/schema-designer.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/indexing-guide/schema-designer.html?rev=1083636&r1=1083635&r2=1083636&view=diff
==============================================================================
--- sites/solr/guide/solr/9_3/indexing-guide/schema-designer.html (original)
+++ sites/solr/guide/solr/9_3/indexing-guide/schema-designer.html Fri Jul 14 15:20:46 2023
@@ -1217,6 +1217,46 @@ Simply choose the name of the schema you
 </div>
 </div>
 <div class="sect2">
+<h3 id="trusted-config-sets"><a class="anchor" href="#trusted-config-sets"></a>Trusted Config Sets</h3>
+<div class="paragraph">
+<p>ConfigSet trust is necessary when loading extra libraries from the <code>solrconfig.xml</code> and using certain features of Solr.
+Refer to the <a href="../configuration-guide/configsets-api.html#configsets-upload" class="xref page">ConfigSet API</a> section for more information on trusted configSets.</p>
+</div>
+<div class="paragraph">
+<p>Using the Schema Designer API has the same effect on the trust of a ConfigSet as using the <a href="../configuration-guide/configsets-api.html#configsets-upload" class="xref page">ConfigSet Upload API</a>.</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>If you are authenticated:</p>
+<div class="ulist">
+<ul>
+<li>
+<p>If your source configSet <strong>is</strong> trusted, then the temporary configSets you are modifying will remain trusted.</p>
+</li>
+<li>
+<p>If your source configSet <strong>is not</strong> trusted, then the temporary configSet you are modifying will never be trusted.</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p>If you are unauthenticated:</p>
+<div class="ulist">
+<ul>
+<li>
+<p>The temporary configSet created for you will <strong>not</strong> be trusted.</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>When <a href="#publish">publishing the temporary configSet</a>, the trust of the temporary configSet is used to set the trust of the permanent configSet.</p>
+</div>
+</div>
+<div class="sect2">
 <h3 id="iteratively-post-sample-documents"><a class="anchor" href="#iteratively-post-sample-documents"></a>Iteratively Post Sample Documents</h3>
 <div class="paragraph">
 <p>If you have sample documents spread across multiple files, you can POST them to the Schema Designer API and then load your schema in the Designer UI to design your schema.

Modified: sites/solr/guide/solr/9_3/upgrade-notes/major-changes-in-solr-9.html
URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/9_3/upgrade-notes/major-changes-in-solr-9.html?rev=1083636&r1=1083635&r2=1083636&view=diff
==============================================================================
--- sites/solr/guide/solr/9_3/upgrade-notes/major-changes-in-solr-9.html (original)
+++ sites/solr/guide/solr/9_3/upgrade-notes/major-changes-in-solr-9.html Fri Jul 14 15:20:46 2023
@@ -1234,6 +1234,9 @@ Please see the <a href="../configuration
 Instead, use the <a href="../configuration-guide/configuring-solr-xml.html#hiddenSysProps" class="xref page">&lt;hiddenSysProps&gt;</a> tag under <code>&lt;solr&gt;</code>, which accepts a comma-separated string.</p>
 </div>
 </li>
+<li>
+<p>The <a href="../indexing-guide/schema-designer.html" class="xref page">Schema Designer</a> now utilizes the same trust model as the <a href="../configuration-guide/configsets-api.html#configsets-upload" class="xref page">ConfigSet Upload API</a>.</p>
+</li>
 </ul>
 </div>
 </div>