You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2021/01/28 16:33:32 UTC

svn commit: r1070647 [30/35] - in /websites/production/lucene/content/solr/guide/8_8: ./ images/math-expressions/ meta-docs/

Modified: websites/production/lucene/content/solr/guide/8_8/taking-solr-to-production.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/taking-solr-to-production.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/taking-solr-to-production.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Taking Solr to Production | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>Taking Solr to Production | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="taking-solr-to-production">
+<body class="" id="taking-solr-to-production">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1777,7 +1797,7 @@ You can also refer to <a href="jvm-setti
 <section class="sect2"><h3 id="solr-hostname">Solr Hostname</h3><p>Use the <code>SOLR_HOST</code> variable in the include file to set the hostname of the Solr server.</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-bash" data-lang="bash"><pre class="highlight"><code><span style="color: #008080">SOLR_HOST</span><span style="color: #000000;font-weight: bold">=</span>solr1.example.com</code></pre></code></pre></div>
 <p>Setting the hostname of the Solr server is recommended, especially when running in SolrCloud mode, as this determines the address of the node when it registers with ZooKeeper.</p></section>
-<section class="sect2"><h3 id="environment-banner-in-admin-ui">Environment Banner in Admin UI</h3><p>To guard against accidentally doing changes to the wrong cluster, you may configure a visual indication in the Admin UI of whether you currently work with a production environment or not. To do this, edit your <code>solr.in.sh</code> or <code>solr.in.cmd</code> file with a <code>-Dsolr.environment=prod</code> setting, or set the cluster property named <code>environment</code>. To specify label and/or color, use a comma delimited format as below. The <code>+</code> character can be used instead of space to avoid quoting. Colors may be valid CSS colors or numeric, e.g., <code>#ff0000</code> for bright red. Examples of valid environment configs:</p>
+<section class="sect2"><h3 id="environment-banner-in-admin-ui">Environment Banner in Admin UI</h3><p>To guard against accidentally doing changes to the wrong cluster, you may configure a visual indication in the Admin UI of whether you currently work with a production environment or not. To do this, edit your <code>solr.in.sh</code> or <code>solr.in.cmd</code> file with a <code>-Dsolr.environment=prod</code> setting, or set the cluster property named <code>environment</code>. To specify label and/or color, use a comma-delimited format as below. The <code>+</code> character can be used instead of space to avoid quoting. Colors may be valid CSS colors or numeric, e.g., <code>#ff0000</code> for bright red. Examples of valid environment configs:</p>
 <div class="ulist"><ul><li><p><code>prod</code></p></li><li><p><code>test,label=Functional+test</code></p></li><li><p><code>dev,label=MyDev,color=blue</code></p></li><li><p><code>dev,color=blue</code></p></li></ul></div></section>
 <section class="sect2"><h3 id="override-settings-in-solrconfig-xml">Override Settings in solrconfig.xml</h3><p>Solr allows configuration properties to be overridden using Java system properties passed at startup using the <code>-Dproperty=value</code> syntax. For instance, in <code>solrconfig.xml</code>, the default auto soft commit settings are set to:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;autoSoftCommit&gt;</span>
@@ -1877,7 +1897,7 @@ sudo service solr2 status</code></pre></
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/term-vectors.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/term-vectors.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/term-vectors.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Text Analysis and Term Vectors | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>Text Analysis and Term Vectors | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="term-vectors">
+<body class="" id="term-vectors">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1657,6 +1677,7 @@
 <li><a href="#text-analysis">Text Analysis</a>
 <ul class="sectlevel2">
 <li><a href="#annotating-documents">Annotating Documents</a></li>
+<li><a href="#text-analytics">Text Analytics</a></li>
 </ul>
 </li>
 <li><a href="#tf-idf-term-vectors">TF-IDF Term Vectors</a>
@@ -1670,9 +1691,8 @@
   
 
   <section class="content">
-     <section id="preamble" aria-label="Preamble"><p>Term frequency-inverse document frequency (TF-IDF) term vectors are often used to
-represent text documents when performing text mining and machine learning operations. The math expressions
-library can be used to perform text analysis and create TF-IDF term vectors.</p></section>
+     <section id="preamble" aria-label="Preamble"><p>This section of the user guide presents an overview of the text analysis, text analytics
+and TF-IDF term vector functions in math expressions.</p></section>
 <section class="sect1"><h2 id="text-analysis">Text Analysis</h2><p>The <code>analyze</code> function applies a Solr analyzer to a text field and returns the tokens
 emitted by the analyzer in an array. Any analyzer chain that is attached to a field in Solr&#8217;s
 schema can be used with the <code>analyze</code> function.</p>
@@ -1697,11 +1717,10 @@ analysis chain configured for the <code>
     </span><span style="background-color: #f8f8f8">]</span><span style="color: #bbbbbb">
   </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
 </span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div>
-<section class="sect2"><h3 id="annotating-documents">Annotating Documents</h3><p>The <code>analyze</code> function can be used inside of a <code>select</code> function to annotate documents with the tokens
-generated by the analysis.</p>
-<p>The example below performs a <code>search</code> in "collection1". Each tuple returned by the <code>search</code> function
-contains an <code>id</code> and <code>subject</code>. For each tuple, the
-<code>select</code> function selects the <code>id</code> field and calls the <code>analyze</code> function on the <code>subject</code> field.
+<section class="sect2"><h3 id="annotating-documents">Annotating Documents</h3><p>The <code>analyze</code> function can be used inside of a <code>select</code> function to annotate documents with the tokens generated by the analysis.</p>
+<p>The example below performs a <code>search</code> in "collection1".
+Each tuple returned by the <code>search</code> function contains an <code>id</code> and <code>subject</code>.
+For each tuple, the <code>select</code> function selects the <code>id</code> field and calls the <code>analyze</code> function on the <code>subject</code> field.
 The analyzer chain specified by the <code>subject_bigram</code> field is configured to perform a bigram analysis.
 The tokens generated by the <code>analyze</code> function are added to each tuple in a field called <code>terms</code>.</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-text" data-lang="text"><pre class="highlight"><code>select(search(collection1, q="*:*", fl="id, subject", sort="id asc"),
@@ -1731,12 +1750,38 @@ The tokens generated by the <code>analyz
       </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
     </span><span style="background-color: #f8f8f8">]</span><span style="color: #bbbbbb">
   </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
-</span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div></section></section>
+</span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div></section>
+<section class="sect2"><h3 id="text-analytics">Text Analytics</h3><p>The <code>cartesianProduct</code> function can be used in conjunction
+with the <code>analyze</code> function to perform a wide range
+of text analytics.</p>
+<p>The <code>cartesianProduct</code> function explodes a multivalued field into a stream of tuples.
+When the <code>analyze</code> function is used to create the multivalued field, the <code>cartesianProduct</code> function will explode the analyzed tokens into a stream of tuples.
+This allows analytics to be performed over the stream of analyzed tokens and the result to be visualized with Zeppelin-Solr.</p>
+<p><strong>Example: Phrase Aggregation</strong></p>
+<p>An example performing phrase aggregation is used to illustrate the power of combining <code>cartesianProduct</code> and <code>analyze</code>.</p>
+<p>In this example the <code>search</code> expression is performed over a collection of movie reviews.
+The phrase query "Man on Fire" is searched for and the top 5000 results, by score are returned.
+A single field from the results is return which is the <code>review_t</code> field that
+contains text of the movie review.</p>
+<p>Then <code>cartesianProduct</code> function is run over the search results.
+The <code>cartesianProduct</code> function applies the <code>analyze</code> function, which takes the <code>review_t</code> field and analyzes it with the Lucene/Solr analyzer attached to the <code>text_bigrams</code> schema field.
+This analyzer emits the bigrams found in the text field.
+The <code>cartesianProduct</code> function explodes each bigram into its own tuple with the bigram stored in the field <code>term</code>.</p>
+<p>The stream of tuples, each containing a bigram, is then filtered by the <code>having</code> function
+using regular expressions to select bigrams with a length of 12 or greater and to filter
+out bigrams that contain specific characters.</p>
+<p>The <code>hashRollup</code> function then aggregates the bigrams and the <code>top</code> function emits the top 10 bigrams by count.</p>
+<p>Then Zeppelin-Solr is used to visualize the top 10 ten bigrams.</p>
+<div class="imageblock"><img src="images/math-expressions/text-analytics.png" alt="text analytics"></div>
+<p>Lucene/Solr analyzers can be configured in many different ways to support
+aggregations over NLP entities (people, places, companies, etc.) as well as
+tokens extracted with regular expressions or dictionaries.</p></section></section>
 <section class="sect1"><h2 id="tf-idf-term-vectors">TF-IDF Term Vectors</h2><p>The <code>termVectors</code> function can be used to build TF-IDF term vectors from the terms generated by the <code>analyze</code> function.</p>
 <p>The <code>termVectors</code> function operates over a list of tuples that contain a field called <code>id</code> and a field called <code>terms</code>.
 Notice that this is the exact output structure of the document annotation example above.</p>
-<p>The <code>termVectors</code> function builds a matrix from the list of tuples. There is row in the
-matrix for each tuple in the list. There is a column in the matrix for each term in the <code>terms</code> field.</p>
+<p>The <code>termVectors</code> function builds a matrix from the list of tuples.
+There is row in the matrix for each tuple in the list.
+There is a column in the matrix for each term in the <code>terms</code> field.</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-text" data-lang="text"><pre class="highlight"><code>let(echo="c, d", <i class="conum" data-value="1"></i>
     a=select(search(collection3, q="*:*", fl="id, subject", sort="id asc"), <i class="conum" data-value="2"></i>
              id,
@@ -1745,13 +1790,12 @@ matrix for each tuple in the list. There
     c=getRowLabels(b), <i class="conum" data-value="4"></i>
     d=getColumnLabels(b))</code></pre></code></pre></div>
 <p>The example below builds on the document annotation example.</p>
-<div class="colist arabic"><table><tr><td><i class="conum" data-value="1"></i><b>1</b></td><td>The <code>echo</code> parameter will echo variables <strong><code>c</code></strong> and <strong><code>d</code></strong>, so the output includes
-the row and column labels, which will be defined later in the expression.</td></tr><tr><td><i class="conum" data-value="2"></i><b>2</b></td><td>The list of tuples are stored in variable <strong><code>a</code></strong>. The <code>termVectors</code> function
-operates over variable <strong><code>a</code></strong> and builds a matrix with 2 rows and 4 columns.</td></tr><tr><td><i class="conum" data-value="3"></i><b>3</b></td><td>The <code>termVectors</code> function sets the row and column labels of the term vectors matrix as variable <strong><code>b</code></strong>.
+<div class="colist arabic"><table><tr><td><i class="conum" data-value="1"></i><b>1</b></td><td>The <code>echo</code> parameter will echo variables <code>c</code> and <code>d</code>, so the output includes
+the row and column labels, which will be defined later in the expression.</td></tr><tr><td><i class="conum" data-value="2"></i><b>2</b></td><td>The list of tuples are stored in variable <code>a</code>. The <code>termVectors</code> function
+operates over variable <code>a</code> and builds a matrix with 2 rows and 4 columns.</td></tr><tr><td><i class="conum" data-value="3"></i><b>3</b></td><td>The <code>termVectors</code> function sets the row and column labels of the term vectors matrix as variable <code>b</code>.
 The row labels are the document ids and the column labels are the terms.</td></tr><tr><td><i class="conum" data-value="4"></i><b>4</b></td><td>The <code>getRowLabels</code> and <code>getColumnLabels</code> functions return
 the row and column labels which are then stored in variables <strong><code>c</code></strong> and <strong><code>d</code></strong>.</td></tr></table></div>
-<p>When this expression is sent to the <code>/stream</code> handler it
-responds with:</p>
+<p>When this expression is sent to the <code>/stream</code> handler it responds with:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-json" data-lang="json"><pre class="highlight"><code><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
   </span><span style="color: #000080">"result-set"</span><span style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> </span><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
     </span><span style="color: #000080">"docs"</span><span style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> </span><span style="background-color: #f8f8f8">[</span><span style="color: #bbbbbb">
@@ -1774,14 +1818,13 @@ responds with:</p>
     </span><span style="background-color: #f8f8f8">]</span><span style="color: #bbbbbb">
   </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
 </span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div>
-<section class="sect2"><h3 id="tf-idf-values">TF-IDF Values</h3><p>The values within the term vectors matrix are the TF-IDF values for each term in each document. The
-example below shows the values of the matrix.</p>
+<section class="sect2"><h3 id="tf-idf-values">TF-IDF Values</h3><p>The values within the term vectors matrix are the TF-IDF values for each term in each document.
+The example below shows the values of the matrix.</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-text" data-lang="text"><pre class="highlight"><code>let(a=select(search(collection3, q="*:*", fl="id, subject", sort="id asc"),
              id,
              analyze(subject, subject_bigram) as terms),
     b=termVectors(a, minTermLength=4, minDocFreq=0, maxDocFreq=1))</code></pre></code></pre></div>
-<p>When this expression is sent to the <code>/stream</code> handler it
-responds with:</p>
+<p>When this expression is sent to the <code>/stream</code> handler it responds with:</p>
 <div class="listingblock"><pre class="rouge highlight"><code class="language-json" data-lang="json"><pre class="highlight"><code><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
   </span><span style="color: #000080">"result-set"</span><span style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> </span><span style="background-color: #f8f8f8">{</span><span style="color: #bbbbbb">
     </span><span style="color: #000080">"docs"</span><span style="background-color: #f8f8f8">:</span><span style="color: #bbbbbb"> </span><span style="background-color: #f8f8f8">[</span><span style="color: #bbbbbb">
@@ -1808,12 +1851,11 @@ responds with:</p>
     </span><span style="background-color: #f8f8f8">]</span><span style="color: #bbbbbb">
   </span><span style="background-color: #f8f8f8">}</span><span style="color: #bbbbbb">
 </span><span style="background-color: #f8f8f8">}</span></code></pre></code></pre></div></section>
-<section class="sect2"><h3 id="limiting-the-noise">Limiting the Noise</h3><p>One of the key challenges when with working term vectors is that text often has a significant amount of noise
-which can obscure the important terms in the data. The <code>termVectors</code> function has several parameters
-designed to filter out the less meaningful terms. This is also important because eliminating
-the noisy terms helps keep the term vector matrix small enough to fit comfortably in memory.</p>
+<section class="sect2"><h3 id="limiting-the-noise">Limiting the Noise</h3><p>One of the key challenges when working with term vectors is that text often has a significant amount of noise which can obscure the important terms in the data.
+The <code>termVectors</code> function has several parameters designed to filter out the less meaningful terms.
+This is also important because eliminating the noisy terms helps keep the term vector matrix small enough to fit comfortably in memory.</p>
 <p>There are four parameters designed to filter noisy terms from the term vector matrix:</p>
-<div class="dlist"><dl><dt><code>minTermLength</code></dt><dd>The minimum term length required to include the term in the matrix.</dd><dt>minDocFreq</dt><dd>The minimum percentage, expressed as a number between 0 and 1, of documents the term must appear in to be included in the index.</dd><dt>maxDocFreq</dt><dd>The maximum percentage, expressed as a number between 0 and 1, of documents the term can appear in to be included in the index.</dd><dt>exclude</dt><dd>A comma delimited list of strings used to exclude terms. If a term contains any of the exclude strings that
+<div class="dlist"><dl><dt><code>minTermLength</code></dt><dd>The minimum term length required to include the term in the matrix.</dd><dt><code>minDocFreq</code></dt><dd>The minimum percentage, expressed as a number between 0 and 1, of documents the term must appear in to be included in the index.</dd><dt><code>maxDocFreq</code></dt><dd>The maximum percentage, expressed as a number between 0 and 1, of documents the term can appear in to be included in the index.</dd><dt><code>exclude</code></dt><dd>A comma-delimited list of strings used to exclude terms. If a term contains any of the excluded strings that
 term will be excluded from the term vector.</dd></dl></div></section></section>
   </section>
 
@@ -1829,10 +1871,10 @@ term will be excluded from the term vect
     <nav class="scrollnav row">
       <div class="col-lg-12">
       
-      <a class="btn btn-primary prev float-left" href="vectorization.html">Streams and Vectorization</a>
+      <a class="btn btn-primary prev float-left" href="matrix-math.html">Matrices and Matrix Math</a>
       
       
-      <a class="btn btn-primary next float-right" href="statistics.html">Statistics</a>
+      <a class="btn btn-primary next float-right" href="probability-distributions.html">Probability Distributions</a>
       
       </div>
    </nav>
@@ -1844,7 +1886,7 @@ term will be excluded from the term vect
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-dismax-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-dismax-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-dismax-query-parser.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The DisMax Query Parser | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The DisMax Query Parser | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-dismax-query-parser">
+<body class="" id="the-dismax-query-parser">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1797,7 +1817,7 @@ bq={!lucene}( {!func v='div(1,sum(1,pric
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-extended-dismax-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-extended-dismax-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-extended-dismax-query-parser.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Extended DisMax (eDismax) Query Parser | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Extended DisMax (eDismax) Query Parser | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-extended-dismax-query-parser">
+<body class="" id="the-extended-dismax-query-parser">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1756,7 +1776,7 @@ defType=dismax</code></pre></code></pre>
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-query-elevation-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-query-elevation-component.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-query-elevation-component.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Query Elevation Component | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Query Elevation Component | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-query-elevation-component">
+<body class="" id="the-query-elevation-component">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1782,7 +1802,7 @@ Subset matching is scalable, one can add
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-standard-query-parser.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-standard-query-parser.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-standard-query-parser.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Standard Query Parser | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Standard Query Parser | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-standard-query-parser">
+<body class="" id="the-standard-query-parser">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1933,7 +1953,7 @@ should be considered deprecated since it
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-stats-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-stats-component.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-stats-component.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Stats Component | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Stats Component | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-stats-component">
+<body class="" id="the-stats-component">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1791,7 +1811,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-tagger-handler.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-tagger-handler.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-tagger-handler.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Tagger Handler | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Tagger Handler | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-tagger-handler">
+<body class="" id="the-tagger-handler">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1861,7 +1881,7 @@ See <code>EmbeddedSolrNoSerializeTest</c
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-term-vector-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-term-vector-component.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-term-vector-component.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Term Vector Component | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Term Vector Component | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-term-vector-component">
+<body class="" id="the-term-vector-component">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1773,7 +1793,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>

Modified: websites/production/lucene/content/solr/guide/8_8/the-terms-component.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/the-terms-component.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/the-terms-component.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>The Terms Component | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>The Terms Component | Apache Solr Reference Guide 8.8</title>
 
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
 <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
@@ -68,7 +68,7 @@
 
     </script>
 </head>
-<body class="DRAFT" id="the-terms-component">
+<body class="" id="the-terms-component">
 <div class="container-fluid">
   <div class="row">
   <nav id="sidebar" class="col-2 d-none d-md-block">
@@ -76,11 +76,6 @@
 <div class="sidebar-header">
   <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
   
-  <p class="draft-notice">
-    This is an unofficial DRAFT of the Guide for 8.8.
-    <a href="https://lucene.apache.org/solr/guide/">Official releases are available from the Solr website</a>.
-  </p>
-  
 
   <!--comment out this block if you want to hide search-->
     <!--start search-->
@@ -872,11 +867,36 @@
       </li>
       
       <li class="sb-level2">
-        <a href="math-expressions.html">Math Expressions</a>
+        <a href="math-expressions.html">Streaming Expressions and Math Expressions</a>
         
         <ul>
           
           <li class="sb-level3">
+            <a href="visualization.html">Visualization</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="math-start.html">Getting Started</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="loading.html">Loading Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="search-sample.html">Searching, Sampling and Aggregation</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="transform.html">Transforming Data</a>
+            
+          </li>
+          
+          <li class="sb-level3">
             <a href="scalar-math.html">Scalar Math</a>
             
           </li>
@@ -897,12 +917,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="vectorization.html">Streams and Vectorization</a>
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            <a href="probability-distributions.html">Probability Distributions</a>
             
           </li>
           
@@ -912,12 +932,12 @@
           </li>
           
           <li class="sb-level3">
-            <a href="probability-distributions.html">Probability Distributions</a>
+            <a href="regression.html">Linear Regression</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="simulations.html">Monte Carlo Simulations</a>
+            <a href="curve-fitting.html">Curve Fitting</a>
             
           </li>
           
@@ -927,32 +947,32 @@
           </li>
           
           <li class="sb-level3">
-            <a href="regression.html">Linear Regression</a>
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            <a href="dsp.html">Digital Signal Processing</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="curve-fitting.html">Curve Fitting</a>
+            <a href="simulations.html">Monte Carlo Simulations</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="dsp.html">Digital Signal Processing</a>
+            <a href="machine-learning.html">Machine Learning</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="machine-learning.html">Machine Learning</a>
+            <a href="computational-geometry.html">Computational Geometry</a>
             
           </li>
           
           <li class="sb-level3">
-            <a href="computational-geometry.html">Computational Geometry</a>
+            <a href="logs.html">Log Analytics</a>
             
           </li>
           
@@ -1685,7 +1705,7 @@
 <p>Note that the defaults for this request handler set the parameter "terms" to true, which allows terms to be returned on request. The parameter "distrib" is set to false, which allows this handler to be used only on a single Solr core.</p>
 <p>You could add this component to another handler if you wanted to, and pass "terms=true" in the HTTP request in order to get terms back. If it is only defined in a separate handler, you must use that handler when querying in order to get terms and not regular documents as results.</p></section>
 <section class="sect2"><h3 id="terms-component-parameters">Terms Component Parameters</h3><p>The parameters below allow you to control what terms are returned. You can also configure any of these with the request handler if you&#8217;d like to set them permanently. Or, you can add them to the query request. These parameters are:</p>
-<div class="dlist"><dl><dt><code>terms</code></dt><dd><p>If set to <code>true</code>, enables the Terms Component. By default, the Terms Component is off (<code>false</code>).</p><p>Example: <code>terms=true</code></p></dd><dt><code>terms.fl</code></dt><dd><p>Specifies the field from which to retrieve terms. This parameter is required if <code>terms=true</code>.</p><p>Example: <code>terms.fl=title</code></p></dd><dt><code>terms.list</code></dt><dd><p>Fetches the document frequency for a comma delimited list of terms. Terms are always returned in index order. If <code>terms.ttf</code> is set to true, also returns their total term frequency. If multiple <code>terms.fl</code> are defined, these statistics will be returned for each term in each requested field.</p><p>Example: <code>terms.list=termA,termB,termC</code></p></dd><dt><code>terms.limit</code></dt><dd><p>Specifies the maximum number of terms to return. The default is <code>10</code>. If the limit is set to a number less than 0
 , then no maximum limit is enforced. Although this is not required, either this parameter or <code>terms.upper</code> must be defined.</p><p>Example: <code>terms.limit=20</code></p></dd><dt><code>terms.lower</code></dt><dd><p>Specifies the term at which to start. If not specified, the empty string is used, causing Solr to start at the beginning of the field.</p><p>Example: <code>terms.lower=orange</code></p></dd><dt><code>terms.lower.incl</code></dt><dd><p>If set to true, includes the lower-bound term (specified with <code>terms.lower</code> in the result set.</p><p>Example: <code>terms.lower.incl=false</code></p></dd><dt><code>terms.mincount</code></dt><dd><p>Specifies the minimum document frequency to return in order for a term to be included in a query response. Results are inclusive of the mincount (that is, &gt;= mincount).</p><p>Example: <code>terms.mincount=5</code></p></dd><dt><code>terms.maxcount</code></dt><dd><p>Specifies the maximum document frequency a term must have in
  order to be included in a query response. The default setting is -1, which sets no upper bound. Results are inclusive of the maxcount (that is, &lt;= maxcount).</p><p>Example: <code>terms.maxcount=25</code></p></dd><dt><code>terms.prefix</code></dt><dd><p>Restricts matches to terms that begin with the specified string.</p><p>Example: <code>terms.prefix=inter</code></p></dd><dt><code>terms.raw</code></dt><dd><p>If set to true, returns the raw characters of the indexed term, regardless of whether it is human-readable. For instance, the indexed form of numeric numbers is not human-readable.</p><p>Example: <code>terms.raw=true</code></p></dd><dt><code>terms.regex</code></dt><dd><p>Restricts matches to terms that match the regular expression.</p><p>Example: <code>terms.regex=.*pedist</code></p></dd><dt><code>terms.regex.flag</code></dt><dd>Defines a Java regex flag to use when evaluating the regular expression defined with <code>terms.regex</code>. See <a class="bare" href="http://docs.
 oracle.com/javase/tutorial/essential/regex/pattern.html">http://docs.oracle.com/javase/tutorial/essential/regex/pattern.html</a> for details of each flag. Valid options are:<ul><li><p><code>case_insensitive</code></p></li><li><p><code>comments</code></p></li><li><p><code>multiline</code></p></li><li><p><code>literal</code></p></li><li><p><code>dotall</code></p></li><li><p><code>unicode_case</code></p></li><li><p><code>canon_eq</code></p></li><li><p><p><code>unix_lines</code></p><p>Example: <code>terms.regex.flag=case_insensitive</code></p></p></li></ul></dd><dt><code>terms.stats</code></dt><dd>Include index statistics in the results. Currently returns only the <strong>numDocs</strong> for a collection. When combined with <code>terms.list</code> it provides enough information to compute inverse document frequency (IDF) for a list of terms.</dd><dt><code>terms.sort</code></dt><dd><p>Defines how to sort the terms returned. Valid options are <code>count</code>, which sorts by the term f
 requency, with the highest term frequency first, or <code>index</code>, which sorts in index order.</p><p>Example: <code>terms.sort=index</code></p></dd><dt><code>terms.ttf</code></dt><dd><p>If set to true, returns both <code>df</code> (docFreq) and <code>ttf</code> (totalTermFreq) statistics for each requested term in <code>terms.list</code>. In this case, the response format is:</p><div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;lst</span> <span style="color: #008080">name=</span><span style="color: #d14">"terms"</span><span style="color: #000080">&gt;</span>
+<div class="dlist"><dl><dt><code>terms</code></dt><dd><p>If set to <code>true</code>, enables the Terms Component. By default, the Terms Component is off (<code>false</code>).</p><p>Example: <code>terms=true</code></p></dd><dt><code>terms.fl</code></dt><dd><p>Specifies the field from which to retrieve terms. This parameter is required if <code>terms=true</code>.</p><p>Example: <code>terms.fl=title</code></p></dd><dt><code>terms.list</code></dt><dd><p>Fetches the document frequency for a comma-delimited list of terms. Terms are always returned in index order. If <code>terms.ttf</code> is set to true, also returns their total term frequency. If multiple <code>terms.fl</code> are defined, these statistics will be returned for each term in each requested field.</p><p>Example: <code>terms.list=termA,termB,termC</code></p></dd><dt><code>terms.limit</code></dt><dd><p>Specifies the maximum number of terms to return. The default is <code>10</code>. If the limit is set to a number less than 0
 , then no maximum limit is enforced. Although this is not required, either this parameter or <code>terms.upper</code> must be defined.</p><p>Example: <code>terms.limit=20</code></p></dd><dt><code>terms.lower</code></dt><dd><p>Specifies the term at which to start. If not specified, the empty string is used, causing Solr to start at the beginning of the field.</p><p>Example: <code>terms.lower=orange</code></p></dd><dt><code>terms.lower.incl</code></dt><dd><p>If set to true, includes the lower-bound term (specified with <code>terms.lower</code> in the result set.</p><p>Example: <code>terms.lower.incl=false</code></p></dd><dt><code>terms.mincount</code></dt><dd><p>Specifies the minimum document frequency to return in order for a term to be included in a query response. Results are inclusive of the mincount (that is, &gt;= mincount).</p><p>Example: <code>terms.mincount=5</code></p></dd><dt><code>terms.maxcount</code></dt><dd><p>Specifies the maximum document frequency a term must have in
  order to be included in a query response. The default setting is -1, which sets no upper bound. Results are inclusive of the maxcount (that is, &lt;= maxcount).</p><p>Example: <code>terms.maxcount=25</code></p></dd><dt><code>terms.prefix</code></dt><dd><p>Restricts matches to terms that begin with the specified string.</p><p>Example: <code>terms.prefix=inter</code></p></dd><dt><code>terms.raw</code></dt><dd><p>If set to true, returns the raw characters of the indexed term, regardless of whether it is human-readable. For instance, the indexed form of numeric numbers is not human-readable.</p><p>Example: <code>terms.raw=true</code></p></dd><dt><code>terms.regex</code></dt><dd><p>Restricts matches to terms that match the regular expression.</p><p>Example: <code>terms.regex=.*pedist</code></p></dd><dt><code>terms.regex.flag</code></dt><dd>Defines a Java regex flag to use when evaluating the regular expression defined with <code>terms.regex</code>. See <a class="bare" href="http://docs.
 oracle.com/javase/tutorial/essential/regex/pattern.html">http://docs.oracle.com/javase/tutorial/essential/regex/pattern.html</a> for details of each flag. Valid options are:<ul><li><p><code>case_insensitive</code></p></li><li><p><code>comments</code></p></li><li><p><code>multiline</code></p></li><li><p><code>literal</code></p></li><li><p><code>dotall</code></p></li><li><p><code>unicode_case</code></p></li><li><p><code>canon_eq</code></p></li><li><p><p><code>unix_lines</code></p><p>Example: <code>terms.regex.flag=case_insensitive</code></p></p></li></ul></dd><dt><code>terms.stats</code></dt><dd>Include index statistics in the results. Currently returns only the <strong>numDocs</strong> for a collection. When combined with <code>terms.list</code> it provides enough information to compute inverse document frequency (IDF) for a list of terms.</dd><dt><code>terms.sort</code></dt><dd><p>Defines how to sort the terms returned. Valid options are <code>count</code>, which sorts by the term f
 requency, with the highest term frequency first, or <code>index</code>, which sorts in index order.</p><p>Example: <code>terms.sort=index</code></p></dd><dt><code>terms.ttf</code></dt><dd><p>If set to true, returns both <code>df</code> (docFreq) and <code>ttf</code> (totalTermFreq) statistics for each requested term in <code>terms.list</code>. In this case, the response format is:</p><div class="listingblock"><pre class="rouge highlight"><code class="language-xml" data-lang="xml"><pre class="highlight"><code><span style="color: #000080">&lt;lst</span> <span style="color: #008080">name=</span><span style="color: #d14">"terms"</span><span style="color: #000080">&gt;</span>
   <span style="color: #000080">&lt;lst</span> <span style="color: #008080">name=</span><span style="color: #d14">"field"</span><span style="color: #000080">&gt;</span>
     <span style="color: #000080">&lt;lst</span> <span style="color: #008080">name=</span><span style="color: #d14">"termA"</span><span style="color: #000080">&gt;</span>
       <span style="color: #000080">&lt;long</span> <span style="color: #008080">name=</span><span style="color: #d14">"df"</span><span style="color: #000080">&gt;</span>22<span style="color: #000080">&lt;/long&gt;</span>
@@ -1814,7 +1834,7 @@
             <div class="row">
                 <div class="col-lg-12 footer">
                &copy;2021 Apache Software Foundation. All rights reserved. <br />
- Site Version: 8.8-DRAFT <br />Site last generated: 2021-01-19 <br />
+ Site Version: 8.8 <br />Site last generated: 2021-01-28 <br />
 <p><img src="images/solr-sunOnly-small.png" alt="Apache Solr"/></p>
                 </div>
             </div>