Modified: sites/solr/guide/solr/latest/query-guide/json-facet-api.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/json-facet-api.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/json-facet-api.html (original) +++ sites/solr/guide/solr/latest/query-guide/json-facet-api.html Sat Jun 4 15:24:20 2022 @@ -1064,10 +1064,10 @@ <!-- Solr Changes - End --><article class="doc"> <h1 class="page">JSON Facet API</h1> <div class="sect1"> -<h2 id="facet-analytics-module"><a class="anchor" href="#facet-analytics-module"></a>Facet & Analytics Module</h2> +<h2 id="json-faceting-analytics"><a class="anchor" href="#json-faceting-analytics"></a>JSON Faceting & Analytics</h2> <div class="sectionbody"> <div class="paragraph"> -<p>The JSON Faceting module exposes similar functionality to Solr’s traditional faceting module but with a stronger emphasis on usability. +<p>JSON Faceting exposes similar functionality to Solr’s traditional faceting but with a stronger emphasis on usability. It has several benefits over traditional faceting:</p> </div> <div class="ulist">
Modified: sites/solr/guide/solr/latest/query-guide/learning-to-rank.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/learning-to-rank.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/learning-to-rank.html (original) +++ sites/solr/guide/solr/latest/query-guide/learning-to-rank.html Sat Jun 4 15:24:20 2022 @@ -1315,13 +1315,21 @@ In the form of JSON files your trained m </div> </div> <div class="sect1"> +<h2 id="module"><a class="anchor" href="#module"></a>Module</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>This is provided via the <code>ltr</code> <a href="../configuration-guide/solr-modules.html" class="xref page">Solr Module</a> that needs to be enabled before use.</p> +</div> +</div> +</div> +<div class="sect1"> <h2 id="quick-start-with-ltr"><a class="anchor" href="#quick-start-with-ltr"></a>Quick Start with LTR</h2> <div class="sectionbody"> <div class="paragraph"> -<p>The <code>"techproducts"</code> example included with Solr is pre-configured with the plugins required for learning-to-rank, but they are disabled by default.</p> +<p>The <code>"techproducts"</code> example included with Solr is pre-configured to load the plugins required for learning-to-rank from the <code>ltr</code> <a href="../configuration-guide/solr-modules.html" class="xref page">Solr Module</a>, but they are disabled by default.</p> </div> <div class="paragraph"> -<p>To enable the plugins, please specify the <code>solr.ltr.enabled</code> JVM System Property when running the example:</p> +<p>To enable the plugins, please specify the <code>solr.ltr.enabled</code> JVM System Property when running the <code>techproducts</code> example:</p> </div> <div class="listingblock"> <div class="content"> Modified: sites/solr/guide/solr/latest/query-guide/result-clustering.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/result-clustering.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/result-clustering.html (original) +++ sites/solr/guide/solr/latest/query-guide/result-clustering.html Sat Jun 4 15:24:20 2022 @@ -1104,6 +1104,14 @@ Clustering is also similar to <a href="r </div> </div> <div class="sect1"> +<h2 id="module"><a class="anchor" href="#module"></a>Module</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>This is provided via the <code>clustering</code> <a href="../configuration-guide/solr-modules.html" class="xref page">Solr Module</a> that needs to be enabled before use.</p> +</div> +</div> +</div> +<div class="sect1"> <h2 id="configuration-quick-starter"><a class="anchor" href="#configuration-quick-starter"></a>Configuration Quick Starter</h2> <div class="sectionbody"> <div class="paragraph"> @@ -1296,22 +1304,6 @@ The score of the other topics group is z </div> </div> </div> -<div class="sect1"> -<h2 id="installation"><a class="anchor" href="#installation"></a>Installation</h2> -<div class="sectionbody"> -<div class="paragraph"> -<p>The clustering module extension requires all JARs under <code>modules/clustering/lib</code>.</p> -</div> -<div class="paragraph"> -<p>You can include the required modules JARs in <code>solrconfig.xml</code> as shown below (by default paths are relative to the Solr core so they may need adjustments to your configuration, or an explicit specification of the <code>$solr.install.dir</code>):</p> -</div> -<div class="listingblock"> -<div class="content"> -<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"><lib dir="${solr.install.dir:../../..}/modules/clustering/lib/" regex=".*\.jar" /></code></pre> -</div> -</div> -</div> -</div> <div class="sect1"> <h2 id="configuration"><a class="anchor" href="#configuration"></a>Configuration</h2> <div class="sectionbody"> Modified: sites/solr/guide/solr/latest/query-guide/sql-query.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/query-guide/sql-query.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/query-guide/sql-query.html (original) +++ sites/solr/guide/solr/latest/query-guide/sql-query.html Sat Jun 4 15:24:20 2022 @@ -1066,11 +1066,17 @@ <div id="preamble"> <div class="sectionbody"> <div class="paragraph"> -<p>The Solr SQL module brings the power of SQL querying to Solr. The SQL module needs to be <a href="../configuration-guide/solr-modules.html" class="xref page">installed</a> to use.</p> +<p>The Solr SQL Module brings the power of SQL querying to Solr by seamlessly combining +SQL with Solr’s full-text search capabilities. +Both MapReduce style and JSON Facet API aggregations are supported, which means that SQL querying can be used to support both <strong>high query volume</strong> and <strong>high cardinality</strong> use cases.</p> +</div> +</div> </div> +<div class="sect1"> +<h2 id="module"><a class="anchor" href="#module"></a>Module</h2> +<div class="sectionbody"> <div class="paragraph"> -<p>The SQL interface seamlessly combines SQL with Solr’s full-text search capabilities. -Both MapReduce style and JSON Facet API aggregations are supported, which means that SQL querying can be used to support both <strong>high query volume</strong> and <strong>high cardinality</strong> use cases.</p> +<p>This is provided via the <code>sql</code> <a href="../configuration-guide/solr-modules.html" class="xref page">Solr Module</a> that needs to be enabled before use.</p> </div> </div> </div> Modified: sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-7.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-7.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-7.html (original) +++ sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-7.html Sat Jun 4 15:24:20 2022 @@ -1492,7 +1492,7 @@ Mentions of deprecations are likely supe <div class="ulist"> <ul> <li> -<p>The Solr modules <code>map-reduce</code>, <code>morphlines-core</code> and <code>morphlines-cell</code> have been removed.</p> +<p>The Solr contribs <code>map-reduce</code>, <code>morphlines-core</code> and <code>morphlines-cell</code> have been removed.</p> </li> <li> <p>JSON Facet API now uses hyper-log-log for numBuckets cardinality calculation and calculates cardinality before filtering buckets by any <code>mincount</code> greater than 1.</p> Modified: sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html URL: http://svn.apache.org/viewvc/sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html?rev=1079740&r1=1079739&r2=1079740&view=diff ============================================================================== --- sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html (original) +++ sites/solr/guide/solr/latest/upgrade-notes/major-changes-in-solr-9.html Sat Jun 4 15:24:20 2022 @@ -1254,10 +1254,10 @@ changed package name to <code>org.apache <p>The allow-list defining allowed URLs for the <code>shards</code> parameter is not in the <code>shardHandler</code> configuration anymore. It is defined by the <code>allowUrls</code> top-level property of the <code>solr.xml</code> file. For more information, see <a href="../configuration-guide/configuring-solr-xml.html#allow-urls" class="xref page">Format of solr.allowUrls</a> documentation.</p> </li> <li> -<p>To improve security, <code>StatelessScriptUpdateProcessorFactory</code> has been renamed as <code>ScriptUpdateProcessorFactory</code> and moved to <code>modules/scripting</code> package instead of shipping as part of Solr core.</p> +<p>To improve security, <code>StatelessScriptUpdateProcessorFactory</code> has been renamed as <code>ScriptUpdateProcessorFactory</code> and moved to the <a href="../configuration-guide/script-update-processor.html#module" class="xref page"><code>scripting</code> Module</a> instead of shipping as part of Solr core. This module needs to be enabled explicitly.</p> </li> <li> -<p>To improve security, <code>XSLTResponseWriter</code> has been moved to <code>modules/scripting</code> package instead of shipping as part of Solr core.</p> +<p>To improve security, <code>XSLTResponseWriter</code> has been moved to the <a href="../configuration-guide/script-update-processor.html#module" class="xref page"><code>scripting</code> Module</a> instead of shipping as part of Solr core. This module needs to be enabled explicitly.</p> </li> </ul> </div> @@ -1331,7 +1331,7 @@ Switch back to synchronous logging if th <p><a href="../deployment-guide/configuring-logging.html#request-logging" class="xref page">Jetty Request log</a> is now enabled by default, i.e. logging every request.</p> </li> <li> -<p>The prometheus-exporter is no longer packaged as a Solr module. It can be found under <code>solr/prometheus-exporter/</code>.</p> +<p>The prometheus-exporter is no longer packaged as a Solr Module. It can be found under <code>solr/prometheus-exporter/</code>.</p> </li> <li> <p>Solr modules (formerly known as contribs) can now easily be enabled by an environment variable (e.g. in <code>solr.in.sh</code> or <code>solr.in.cmd</code>) or as a system property (e.g. in <code>SOLR_OPTS</code>). Example: <code>SOLR_MODULES=extraction,ltr</code>.</p> @@ -1407,7 +1407,7 @@ Other relevant placement strategies shou <p>The <code>solr-core</code> and <code>solr-solrj</code> jars can be found under <code>server/solr-webapp/webapp/WEB-INF/lib/</code>.</p> </li> <li> -<p>The Solr module jars and their dependencies can be found in <code>modules/<module-name>/lib</code>, packaged individually for each module.</p> +<p>The Solr Module jars and their dependencies can be found in <code>modules/<module-name>/lib</code>, packaged individually for each module.</p> </li> <li> <p>The <code>solrj-deps</code> (SolrJ Dependencies) are no longer separated out from the other Server jars.</p>
