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 [23/35] - in /websites/production/lucene/content/solr/guide/8_8: ./ images/math-expressions/ meta-docs/

Added: websites/production/lucene/content/solr/guide/8_8/search-sample.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/search-sample.html (added)
+++ websites/production/lucene/content/solr/guide/8_8/search-sample.html Thu Jan 28 16:33:25 2021
@@ -0,0 +1,1940 @@
+<!DOCTYPE html>
+
+
+<head>
+    <meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="description" content="">
+<meta name="keywords" content=" ">
+
+<title>Searching, Sampling and Aggregation | 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">
+<link rel="stylesheet" href="css/navs.css ">
+<link rel="stylesheet" href="css/ref-guide.css">
+<link rel="stylesheet" href="css/decoration.css">
+<link rel="stylesheet" href="css/search.css">
+
+<!-- JQuery - we can't use slim because navgoco relies on ajax -->
+<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
+
+<!-- Scrollbar Custom CSS -->
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css" crossorigin="anonymous">
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" crossorigin="anonymous"></script>
+
+<script src="js/jquery.navgoco.min.js"></script>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js" crossorigin="anonymous"></script>
+
+<link rel="shortcut icon" href="images/icons/favicon.ico">
+
+<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+<!--[if lt IE 9]>
+<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+<![endif]-->
+
+    <script>
+        $(document).ready(function() {
+            // Initialize navgoco with default options
+            $("#mysidebar").navgoco({
+                caretHtml: '',
+                accordion: true,
+                openClass: 'active', // open
+                save: false, // we do *NOT* want cookies used to save the current stage of the sidebar
+                             // instead the code in sidebar.html will ensure that the current page
+                             // (and it's ancestors) are "active" on page load
+                slide: {
+                    duration: 400,
+                    easing: 'swing'
+                }
+            });
+
+            $("#collapseAll").click(function(e) {
+                e.preventDefault();
+                $("#mysidebar").navgoco('toggle', false);
+            });
+
+            $("#expandAll").click(function(e) {
+                e.preventDefault();
+                $("#mysidebar").navgoco('toggle', true);
+            });
+
+        });
+
+    </script>
+</head>
+<body class="" id="search-sample">
+<div class="container-fluid">
+  <div class="row">
+  <nav id="sidebar" class="col-2 d-none d-md-block">
+    
+<div class="sidebar-header">
+  <div class="sidebarTitle text-center">Apache Solr Reference Guide</div>
+  
+
+  <!--comment out this block if you want to hide search-->
+    <!--start search-->
+      <div id="search-demo-container">
+          <input type="text" id="search-input" class="form-control" placeholder="Page title lookup...">
+          <ul id="results-container"></ul>
+      </div>
+      <script src="js/jekyll-search.js" type="text/javascript"></script>
+      <script type="text/javascript">
+              SimpleJekyllSearch.init({
+                  searchInput: document.getElementById('search-input'),
+                  resultsContainer: document.getElementById('results-container'),
+                  dataSource: 'search.json',
+                  searchResultTemplate: '<li><a href="{url}" title="Searching, Sampling and Aggregation">{title}</a></li>',
+      noResultsText: 'No results found.',
+              limit: 10,
+              fuzzy: true,
+      })
+      </script>
+      <!--end search-->
+
+  </div>
+
+
+<ul class="nav" id="mysidebar">
+  
+  <li class="sb-level1">
+    <a href="about-this-guide.html">About This Guide</a>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="getting-started.html">Getting Started</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="solr-tutorial.html">Solr Tutorial</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="a-quick-overview.html">A Quick Overview</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-system-requirements.html">Solr System Requirements</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="installing-solr.html">Installing Solr</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="deployment-and-operations.html">Deployment and Operations</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="solr-control-script-reference.html">Solr Control Script Reference</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-configuration-files.html">Solr Configuration Files</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="taking-solr-to-production.html">Taking Solr to Production</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="making-and-restoring-backups.html">Making and Restoring Backups</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="running-solr-on-hdfs.html">Running Solr on HDFS</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="aws-solrcloud-tutorial.html">SolrCloud on AWS EC2</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="upgrading-a-solr-cluster.html">Upgrading a Solr Cluster</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="indexupgrader-tool.html">IndexUpgraderTool</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-upgrade-notes.html">Solr Upgrade Notes</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="major-changes-in-solr-8.html">Major Changes in Solr 8</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="major-changes-in-solr-7.html">Major Changes in Solr 7</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="major-changes-from-solr-5-to-solr-6.html">Major Changes from Solr 5 to Solr 6</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="using-the-solr-administration-user-interface.html">Using the Solr Administration User Interface</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="overview-of-the-solr-admin-ui.html">Overview of the Solr Admin UI</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="logging.html">Logging</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="cloud-screens.html">Cloud Screens</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="collections-core-admin.html">Collections / Core Admin</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="java-properties.html">Java Properties</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="thread-dump.html">Thread Dump</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="suggestions-screen.html">Suggestions Screen</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="collection-specific-tools.html">Collection-Specific Tools</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="analysis-screen.html">Analysis Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="dataimport-screen.html">Dataimport Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="documents-screen.html">Documents Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="files-screen.html">Files Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="query-screen.html">Query Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="stream-screen.html">Stream Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="schema-browser-screen.html">Schema Browser Screen</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="core-specific-tools.html">Core-Specific Tools</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="ping.html">Ping</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="plugins-stats-screen.html">Plugins &amp; Stats Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="replication-screen.html">Replication Screen</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="segments-info.html">Segments Info</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="documents-fields-and-schema-design.html">Documents, Fields, and Schema Design</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="overview-of-documents-fields-and-schema-design.html">Overview of Documents, Fields, and Schema Design</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-field-types.html">Solr Field Types</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="field-type-definitions-and-properties.html">Field Type Definitions and Properties</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="field-types-included-with-solr.html">Field Types Included with Solr</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="working-with-currencies-and-exchange-rates.html">Working with Currencies and Exchange Rates</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="working-with-dates.html">Working with Dates</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="working-with-enum-fields.html">Working with Enum Fields</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="working-with-external-files-and-processes.html">Working with External Files and Processes</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="field-properties-by-use-case.html">Field Properties by Use Case</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="defining-fields.html">Defining Fields</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="copying-fields.html">Copying Fields</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="dynamic-fields.html">Dynamic Fields</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="other-schema-elements.html">Other Schema Elements</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="schema-api.html">Schema API</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="putting-the-pieces-together.html">Putting the Pieces Together</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="docvalues.html">DocValues</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="schemaless-mode.html">Schemaless Mode</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="luke-request-handler.html">Luke Request Handler</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="understanding-analyzers-tokenizers-and-filters.html">Understanding Analyzers, Tokenizers, and Filters</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="analyzers.html">Analyzers</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="about-tokenizers.html">About Tokenizers</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="about-filters.html">About Filters</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="tokenizers.html">Tokenizers</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="filter-descriptions.html">Filter Descriptions</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="charfilterfactories.html">CharFilterFactories</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="language-analysis.html">Language Analysis</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="phonetic-matching.html">Phonetic Matching</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="running-your-analyzer.html">Running Your Analyzer</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="indexing-and-basic-data-operations.html">Indexing and Basic Data Operations</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="introduction-to-solr-indexing.html">Introduction to Solr Indexing</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="post-tool.html">Post Tool</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="uploading-data-with-index-handlers.html">Uploading Data with Index Handlers</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="transforming-and-indexing-custom-json.html">Transforming and Indexing Custom JSON</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="indexing-nested-documents.html">Indexing Nested Child Documents</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="uploading-data-with-solr-cell-using-apache-tika.html">Uploading Data with Solr Cell using Apache Tika</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="uploading-structured-data-store-data-with-the-data-import-handler.html">Uploading Structured Data Store Data with the Data Import Handler</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="updating-parts-of-documents.html">Updating Parts of Documents</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="detecting-languages-during-indexing.html">Detecting Languages During Indexing</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="de-duplication.html">De-Duplication</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="content-streams.html">Content Streams</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="reindexing.html">Reindexing</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="searching.html">Searching</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="overview-of-searching-in-solr.html">Overview of Searching in Solr</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="velocity-search-ui.html">Velocity Search UI</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="relevance.html">Relevance</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="query-syntax-and-parsing.html">Query Syntax and Parsing</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="common-query-parameters.html">Common Query Parameters</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="the-standard-query-parser.html">The Standard Query Parser</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="the-dismax-query-parser.html">The DisMax Query Parser</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="the-extended-dismax-query-parser.html">The Extended DisMax (eDismax) Query Parser</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="function-queries.html">Function Queries</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="local-parameters-in-queries.html">Local Parameters in Queries</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="other-parsers.html">Other Parsers</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="json-request-api.html">JSON Request API</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="json-query-dsl.html">JSON Query DSL</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="json-facet-api.html">JSON Facet API</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="json-faceting-domain-changes.html">JSON Faceting Domain Changes</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="faceting.html">Faceting</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="blockjoin-faceting.html">BlockJoin Faceting</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="highlighting.html">Highlighting</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="spell-checking.html">Spell Checking</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="query-re-ranking.html">Query Re-Ranking</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="learning-to-rank.html">Learning To Rank</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="transforming-result-documents.html">Transforming Result Documents</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="searching-nested-documents.html">Searching Nested Child Documents</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="suggester.html">Suggester</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="morelikethis.html">MoreLikeThis</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="pagination-of-results.html">Pagination of Results</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="collapse-and-expand-results.html">Collapse and Expand Results</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="result-grouping.html">Result Grouping</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="spatial-search.html">Spatial Search</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="the-terms-component.html">The Terms Component</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="the-term-vector-component.html">The Term Vector Component</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="the-stats-component.html">The Stats Component</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="the-query-elevation-component.html">The Query Elevation Component</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="the-tagger-handler.html">The Tagger Handler</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="response-writers.html">Response Writers</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="velocity-response-writer.html">Velocity Response Writer</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="near-real-time-searching.html">Near Real Time Searching</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="realtime-get.html">RealTime Get</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="exporting-result-sets.html">Exporting Result Sets</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="parallel-sql-interface.html">Parallel SQL Interface</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="solr-jdbc-dbvisualizer.html">Solr JDBC - DbVisualizer</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solr-jdbc-squirrel-sql.html">Solr JDBC - SQuirreL SQL</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solr-jdbc-apache-zeppelin.html">Solr JDBC - Apache Zeppelin</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solr-jdbc-python-jython.html">Solr JDBC - Python/Jython</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solr-jdbc-r.html">Solr JDBC - R</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="analytics.html">Analytics Component</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="analytics-expression-sources.html">Analytics Expression Sources</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="analytics-mapping-functions.html">Analytics Mapping Functions</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="analytics-reduction-functions.html">Analytics Reduction Functions</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="streaming-expressions.html">Streaming Expressions</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="stream-source-reference.html">Stream Source Reference</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="stream-decorator-reference.html">Stream Decorator Reference</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="stream-evaluator-reference.html">Stream Evaluator Reference</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <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>
+          
+          <li class="sb-level3">
+            <a href="vector-math.html">Vector Math</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="variables.html">Variables</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="matrix-math.html">Matrices and Matrix Math</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="term-vectors.html">Text Analysis and Term Vectors</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="probability-distributions.html">Probability Distributions</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="statistics.html">Statistics</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="regression.html">Linear Regression</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="curve-fitting.html">Curve Fitting</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="time-series.html">Time Series</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="numerical-analysis.html">Interpolation, Derivatives and Integrals</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="dsp.html">Digital Signal Processing</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="simulations.html">Monte Carlo Simulations</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="machine-learning.html">Machine Learning</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="computational-geometry.html">Computational Geometry</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="logs.html">Log Analytics</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="graph-traversal.html">Graph Traversal</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="stream-api.html">Stream Request Handler API</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="solrcloud.html">SolrCloud</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="getting-started-with-solrcloud.html">Getting Started with SolrCloud</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="how-solrcloud-works.html">How SolrCloud Works</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="shards-and-indexing-data-in-solrcloud.html">Shards and Indexing Data in SolrCloud</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="distributed-requests.html">Distributed Requests</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="aliases.html">Aliases</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solrcloud-resilience.html">SolrCloud Resilience</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-recoveries-and-write-tolerance.html">SolrCloud Recoveries and Write Tolerance</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-query-routing-and-read-tolerance.html">SolrCloud Query Routing And Read Tolerance</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solrcloud-configuration-and-parameters.html">SolrCloud Configuration and Parameters</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="setting-up-an-external-zookeeper-ensemble.html">Setting Up an External ZooKeeper Ensemble</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="using-zookeeper-to-manage-configuration-files.html">Using ZooKeeper to Manage Configuration Files</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="collections-api.html">Collections API</a>
+            
+            <ul>
+              
+              <li class="sb-level4">
+                <a href="cluster-node-management.html">Cluster and Node Managment Commands</a>
+                
+              </li>
+              
+              <li class="sb-level4">
+                <a href="collection-management.html">Collection Management Commands</a>
+                
+              </li>
+              
+              <li class="sb-level4">
+                <a href="collection-aliasing.html">Collection Aliasing</a>
+                
+              </li>
+              
+              <li class="sb-level4">
+                <a href="shard-management.html">Shard Management Commands</a>
+                
+              </li>
+              
+              <li class="sb-level4">
+                <a href="replica-management.html">Replica Management Commands</a>
+                
+              </li>
+              
+            </ul>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="parameter-reference.html">Parameter Reference</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="command-line-utilities.html">Command Line Utilities</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-with-legacy-configuration-files.html">SolrCloud with Legacy Configuration Files</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="configsets-api.html">Configsets API</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="rule-based-replica-placement.html">Rule-based Replica Placement</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="cross-data-center-replication-cdcr.html">Cross Data Center Replication (CDCR)</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="cdcr-architecture.html">CDCR Architecture</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="cdcr-config.html">CDCR Configuration</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="cdcr-operations.html">Cross Data Center Replication Operations</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="cdcr-api.html">CDCR API</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solrcloud-autoscaling.html">SolrCloud Autoscaling</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-overview.html">Overview of SolrCloud Autoscaling</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-policy-preferences.html">Autoscaling Policy and Preferences</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-triggers.html">SolrCloud Autoscaling Triggers</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-trigger-actions.html">SolrCloud Autoscaling Trigger Actions</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-listeners.html">SolrCloud Autoscaling Listeners</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-auto-add-replicas.html">SolrCloud Autoscaling Automatically Adding Replicas</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-fault-tolerance.html">SolrCloud Autoscaling Fault Tolerance</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="solrcloud-autoscaling-api.html">Autoscaling API</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="migrate-to-policy-rule.html">Migrating Rule-Based Replica Rules to Autoscaling Policies</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="colocating-collections.html">Colocating Collections</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="legacy-scaling-and-distribution.html">Legacy Scaling and Distribution</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="introduction-to-scaling-and-distribution.html">Introduction to Scaling and Distribution</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="distributed-search-with-index-sharding.html">Distributed Search with Index Sharding</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="index-replication.html">Index Replication</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="combining-distribution-and-replication.html">Combining Distribution and Replication</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="merging-indexes.html">Merging Indexes</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="circuit-breakers.html">Circuit Breakers</a>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="solr-plugins.html">Solr Plugins</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="libs.html">Lib Directories and Directives</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="package-manager.html">Package Management</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="package-manager-internals.html">Package Manager Internals</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="adding-custom-plugins-in-solrcloud-mode.html">Adding Custom Plugins in SolrCloud Mode</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="the-well-configured-solr-instance.html">The Well-Configured Solr Instance</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="configuring-solrconfig-xml.html">Configuring solrconfig.xml</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="datadir-and-directoryfactory-in-solrconfig.html">DataDir and DirectoryFactory in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="schema-factory-definition-in-solrconfig.html">Schema Factory Definition in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="indexconfig-in-solrconfig.html">IndexConfig in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="requesthandlers-and-searchcomponents-in-solrconfig.html">RequestHandlers and SearchComponents in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="initparams-in-solrconfig.html">InitParams in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="updatehandlers-in-solrconfig.html">UpdateHandlers in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="query-settings-in-solrconfig.html">Query Settings in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="requestdispatcher-in-solrconfig.html">RequestDispatcher in SolrConfig</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="update-request-processors.html">Update Request Processors</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="codec-factory.html">Codec Factory</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-cores-and-solr-xml.html">Solr Cores and solr.xml</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="format-of-solr-xml.html">Format of solr.xml</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="defining-core-properties.html">Defining core.properties</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="coreadmin-api.html">CoreAdmin API</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="config-sets.html">Configsets</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="resource-loading.html">Resource Loading</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="configuration-apis.html">Configuration APIs</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="blob-store-api.html">Blob Store API</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="config-api.html">Config API</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="request-parameters-api.html">Request Parameters API</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="managed-resources.html">Managed Resources</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="implicit-requesthandlers.html">Implicit RequestHandlers</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="jvm-settings.html">JVM Settings</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="v2-api.html">v2 API</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="monitoring-solr.html">Monitoring Solr</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="metrics-reporting.html">Metrics Reporting</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="metrics-history.html">Metrics History</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="mbean-request-handler.html">MBean Request Handler</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="configuring-logging.html">Configuring Logging</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="using-jmx-with-solr.html">Using JMX with Solr</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="monitoring-solr-with-prometheus-and-grafana.html">Monitoring Solr with Prometheus and Grafana</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="performance-statistics-reference.html">Performance Statistics Reference</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="solr-tracing.html">Distributed Solr Tracing</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="securing-solr.html">Securing Solr</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="authentication-and-authorization-plugins.html">Configuring Authentication, Authorization and Audit Logging</a>
+        
+        <ul>
+          
+          <li class="sb-level3">
+            <a href="basic-authentication-plugin.html">Basic Authentication Plugin</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="hadoop-authentication-plugin.html">Hadoop Authentication Plugin</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="kerberos-authentication-plugin.html">Kerberos Authentication Plugin</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="rule-based-authorization-plugin.html">Rule-Based Authorization Plugins</a>
+            
+          </li>
+          
+          <li class="sb-level3">
+            <a href="jwt-authentication-plugin.html">JWT Authentication Plugin</a>
+            
+          </li>
+          
+        </ul>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="enabling-ssl.html">Enabling SSL</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="audit-logging.html">Audit Logging</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="zookeeper-access-control.html">ZooKeeper Access Control</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="client-apis.html">Client APIs</a>
+    
+    <ul>
+      
+      <li class="sb-level2">
+        <a href="introduction-to-client-apis.html">Introduction to Client APIs</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="choosing-an-output-format.html">Choosing an Output Format</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="using-solrj.html">Using SolrJ</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="using-javascript.html">Using JavaScript</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="using-python.html">Using Python</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="using-solr-from-ruby.html">Using Solr From Ruby</a>
+        
+      </li>
+      
+      <li class="sb-level2">
+        <a href="client-api-lineup.html">Other Clients</a>
+        
+      </li>
+      
+    </ul>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="further-assistance.html">Further Assistance</a>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="solr-glossary.html">Solr Glossary</a>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="errata.html">Errata</a>
+    
+  </li>
+  
+  <li class="sb-level1">
+    <a href="how-to-contribute.html">How to Contribute to Solr Documentation</a>
+    
+  </li>
+  
+</ul>
+
+
+
+<!-- set the 'active' class on the current page and ancestors -->
+<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
+<script>$("#mysidebar a[href='search-sample.html']").parents('li').toggleClass("active", true);</script>
+<!-- set the 'current' class on the current page and 'current-tree' on the current page + it's ancestors -->
+<!-- this can let us do css highlighting of the current page in the sidebar even if/when the user clicks around in the sidebar causing other sidebar elements to be 'active' -->
+<script>
+  $("#mysidebar a[href='search-sample.html']").parent('li').toggleClass("current", true);
+  $("#mysidebar a[href='search-sample.html']").parents('li').toggleClass("current-tree", true);
+</script>
+
+  </nav>
+  <div id="content" class="col-10">
+    <!-- Navigation -->
+<nav id="topnav" class="navbar navbar-expand-md fixed-top bg-light flex-nowrap col-10">
+    <div class="container-fluid">
+        <div class="navbar-header">
+            
+            <img src="images/solr-sunOnly-small.png" width="30" height="30">
+            <a class="navbar-brand" href="index.html">
+              <span class="projectTitle">Solr 8.8</span>
+            </a>
+        </div>
+        <div class="collapse navbar-collapse justify-content-end" id="bs-example-navbar-collapse-1">
+            <ul class="nav navbar-nav navbar-right">
+                <!-- Link to Solr website -->
+                <li><a href="https://lucene.apache.org/solr/" target="_blank">Solr Website</a></li>
+                <!-- Other Guide Formats dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Formats<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://archive.apache.org/dist/lucene/solr/ref-guide/" target="_blank">Archived PDFs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/guide/" target="_blank">Other Versions Online</a></li>
+                    </ul>
+                </li>
+                <!-- Solr Resources dropdown -->
+                <li class="dropdown">
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Solr Resources<b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                       <li><a href="https://lucene.apache.org/solr/8_8_0//solr-core/index.html" target="_blank">Solr Javadocs</a></li>
+                       <li><a href="https://lucene.apache.org/solr/community.html#version-control" target="_blank">Lucene/Solr Source Code</a></li>
+                       <li><a href="https://lucene.apache.org/solr/community.html" target="_blank">Solr Community Links</a></li>
+                    </ul>
+                </li>
+
+            </ul>
+        </div>
+        </div>
+        <!-- /.container -->
+</nav>
+
+    <article class="post-content">
+      
+
+<header class="header">
+   <h1 class="title-main">Searching, Sampling and Aggregation</h1>
+</header>
+
+<div class="container-fluid">
+
+<!-- This makes the automatic TOC generation conditional.
+     Add ":page-show-toc: false" to front-matter to disable auto-TOC. -->
+  
+  <nav class="toc float-right justify-content-end">
+    <ul class="sectlevel1">
+<li><a href="#searching">Searching</a>
+<ul class="sectlevel2">
+<li><a href="#exploring">Exploring</a></li>
+<li><a href="#searching-and-sorting">Searching and Sorting</a></li>
+<li><a href="#scoring">Scoring</a></li>
+</ul>
+</li>
+<li><a href="#sampling">Sampling</a>
+<ul class="sectlevel2">
+<li><a href="#univariate-scatter-plots">Univariate Scatter Plots</a></li>
+<li><a href="#bivariate-scatter-plots">Bivariate Scatter Plots</a></li>
+</ul>
+</li>
+<li><a href="#aggregation">Aggregation</a>
+<ul class="sectlevel2">
+<li><a href="#stats">stats</a></li>
+<li><a href="#facet">facet</a></li>
+<li><a href="#facet2d">facet2D</a></li>
+<li><a href="#timeseries">timeseries</a></li>
+<li><a href="#significantterms">significantTerms</a></li>
+<li><a href="#nodes">nodes</a></li>
+</ul>
+</li>
+</ul>
+  </nav>
+  
+
+  <section class="content">
+     <section id="preamble" aria-label="Preamble"><p>Data is the indispensable factor in statistical analysis. This section
+provides an overview of the key functions for retrieving data for
+visualization and statistical analysis: searching, sampling
+and aggregation.</p></section>
+<section class="sect1"><h2 id="searching">Searching</h2><section class="sect2"><h3 id="exploring">Exploring</h3><p>The <code>search</code> function can be used to search a SolrCloud collection and return a
+result set.</p>
+<p>Below is an example of the most basic <code>search</code> function called from the Zeppelin-Solr interpreter.
+Zeppelin-Solr sends the <code>seach(logs)</code> call to the <code>/stream</code> handler and displays the results
+in <strong>table</strong> format.</p>
+<p>In the example the <code>search</code> function is passed only the name of the collection being searched.
+This returns a result set of 10 records with all fields.
+This simple function is useful for exploring the fields in the data and understanding how to start refining the search criteria.</p>
+<div class="imageblock"><img src="images/math-expressions/search1.png" alt="search1"></div></section>
+<section class="sect2"><h3 id="searching-and-sorting">Searching and Sorting</h3><p>Once the format of the records is known, parameters can be added to the <code><strong>search</strong></code> function to begin analyzing the data.</p>
+<p>In the example below a search query, field list, rows and sort have been added to the <code>search</code> function.
+Now the search is limited to records within a specific time range and returns
+a maximum result set of 750 records sorted by <code>tdate_dt</code> ascending.
+We have also limited the result set to three specific fields.</p>
+<div class="imageblock"><img src="images/math-expressions/search-sort.png" alt="search sort"></div>
+<p>Once the data is loaded into the table we can switch to a scatter plot and plot the <code>filesize_d</code> column
+on the <strong>x-axis</strong> and the <code>response_d</code> column on the <strong>y-axis</strong>.</p>
+<div class="imageblock"><img src="images/math-expressions/search-sort-plot.png" alt="search sort plot"></div>
+<p>This allows us to quickly visualize the relationship between two variables
+selected from a very specific slice of the index.</p></section>
+<section class="sect2"><h3 id="scoring">Scoring</h3><p>The <code>search</code> function will score and rank documents when a query is performed on
+a text field. The example below shows an example of the scoring and ranking of results.</p>
+<div class="imageblock"><img src="images/math-expressions/scoring.png" alt="scoring"></div></section></section>
+<section class="sect1"><h2 id="sampling">Sampling</h2><p>The <code>random</code> function returns a random sample from a distributed search result set.
+This allows for fast visualization, statistical analysis, and modeling of
+samples that can be used to infer information about the larger result set.</p>
+<p>The visualization examples below use small random samples, but Solr&#8217;s random sampling provides sub-second response times on sample sizes of over 200,000.
+These larger samples can be used to build reliable statistical models that describe large data sets (billions of documents) with sub-second performance.</p>
+<p>The examples below demonstrate univariate and bivariate scatter
+plots of random samples.
+Statistical modeling with random samples
+is covered in the <a href="statistics.html#statistics">Statistics</a>, <a href="probability-distributions.html#probability-distributions">Probability</a>, <a href="regression.html#regression">Linear Regression</a>, <a href="curve-fitting.html#curve-fitting">Curve Fitting</a>,
+and <a href="machine-learning.html#machine-learning">Machine Learning</a> sections.</p>
+<section class="sect2"><h3 id="univariate-scatter-plots">Univariate Scatter Plots</h3><p>In the example below the <code>random</code> function is called in its simplest form with just a collection name as the parameter.</p>
+<p>When called with no other parameters the <code>random</code> function returns a random sample of 500 records with all fields from the collection.
+When called without the field list parameter (<code>fl</code>) the <code>random</code> function also generates a sequence, 0-499 in this case, which can be used for plotting the x-axis.
+This sequence is returned in a field called <code>x</code>.</p>
+<p>The visualization below shows a scatter plot with the <code>filesize_d</code> field
+plotted on the y-axis and the <code>x</code> sequence plotted on the x-axis.
+The effect of this is to spread the <code>filesize_d</code> samples across the length
+of the plot so they can be more easily studied.</p>
+<p>By studying the scatter plot we can learn a number of things about the
+distribution of the <code>filesize_d</code> variable:</p>
+<div class="ulist"><ul><li><p>The sample set ranges from 34,875 to 45,902.</p></li><li><p>The highest density appears to be at about 40,000.</p></li><li><p>The sample seems to have a balanced number of observations above and below
+40,000. Based on this the <strong>mean</strong> and <strong>mode</strong> would appear to be around 40,000.</p></li><li><p>The number of observations tapers off to a small number of outliers on
+the and low and high end of the sample.</p></li></ul></div>
+<p>This sample can be re-run multiple times to see if the samples
+produce similar plots.</p>
+<div class="imageblock"><img src="images/math-expressions/univariate.png" alt="univariate"></div></section>
+<section class="sect2"><h3 id="bivariate-scatter-plots">Bivariate Scatter Plots</h3><p>In the next example parameters have been added to the <code>random</code> function.
+The field list (<code>fl</code>) now specifies two fields to be
+returned with each sample: <code>filesize_d</code> and <code>response_d</code>.
+The <code>q</code> and <code>rows</code> parameters are the same as the defaults but are included as an example of how to set these parameters.</p>
+<p>By plotting <code>filesize_d</code> on the x-axis and <code>response_d</code> on the y-axis we can begin to study the relationship between the two variables.</p>
+<p>By studying the scatter plot we can learn the following:</p>
+<div class="ulist"><ul><li><p>As <code>filesize_d</code> rises, <code>response_d</code> tends to rise.</p></li><li><p>This relationship appears to be linear, as a straight line put through the data could be used to model the relationship.</p></li><li><p>The points appear to cluster more densely along a straight line through the middle and become less dense as they move away from the line.</p></li><li><p>The variance of the data at each <code>filesize_d</code> point seems fairly consistent. This means a predictive model would have consistent error across the range of predictions.</p></li></ul></div>
+<div class="imageblock"><img src="images/math-expressions/bivariate.png" alt="bivariate"></div></section></section>
+<section class="sect1"><h2 id="aggregation">Aggregation</h2><p>Aggregations are a powerful statistical tool for summarizing large data sets and
+surfacing patterns, trends, and correlations within the data.
+Aggregations are also a powerful tool for visualization and provide data sets for further statistical analysis.</p>
+<section class="sect2"><h3 id="stats">stats</h3><p>The simplest aggregation is the <code>stats</code> function.
+The <code>stats</code> function calculates aggregations for an entire result set that matches a query.
+The <code>stats</code> function supports the following aggregation functions: <code>count(*)</code>, <code>sum</code>, <code>min</code>, <code>max</code>, and <code>avg</code>.
+Any number and combination of statistics can be calculated in a single function call.</p>
+<p>The <code>stats</code> function can be visualized in Zeppelin-Solr as a table.
+In the example below two statistics are calculated over a result set and are displayed in a table:</p>
+<div class="imageblock"><img src="images/math-expressions/stats-table.png" alt="stats table"></div>
+<p>The <code>stats</code> function can also be visualized using the <strong>number</strong> visualization which is used to highlight important numbers.
+The example below shows the <code>count(*)</code> aggregation displayed in the number visualization:</p>
+<div class="imageblock"><img src="images/math-expressions/stats.png" alt="stats"></div></section>
+<section class="sect2"><h3 id="facet">facet</h3><p>The <code>facet</code> function performs single and multi-dimension
+aggregations that behave in a similar manner to SQL group by aggregations.
+Under the covers the <code>facet</code> function pushes down the aggregations to Solr&#8217;s
+<a href="json-facet-api.html#json-facet-api">JSON Facet API</a> for fast distributed execution.</p>
+<p>The example below performs a single dimension aggregation from the
+nyc311 (NYC complaints) dataset.
+The aggregation returns the top five <strong>complaint types</strong> by <strong>count</strong> for records with a status of <strong>Pending</strong>.
+The results are displayed with Zeppelin-Solr in a table.</p>
+<div class="imageblock"><img src="images/math-expressions/facettab1.png" alt="facettab1"></div>
+<p>The example below shows the table visualized using a pie chart.</p>
+<div class="imageblock"><img src="images/math-expressions/facetviz1.png" alt="facetviz1"></div>
+<p>The next example demonstrates a multi-dimension aggregation.
+Notice that the <code>buckets</code> parameter now contains two dimensions: <code>borough_s</code> and <code>complaint_type_s</code>.
+This returns the top 20 combinations of borough and complaint type by count.</p>
+<div class="imageblock"><img src="images/math-expressions/facettab2.png" alt="facettab2"></div>
+<p>The example below shows the multi-dimension aggregation visualized as a grouped bar chart.</p>
+<div class="imageblock"><img src="images/math-expressions/facetviz2.png" alt="facetviz2"></div>
+<p>The <code>facet</code> function supports any combination of the following aggregate functions: count(*), sum, avg, min,
+max.</p></section>
+<section class="sect2"><h3 id="facet2d">facet2D</h3><p>The <code>facet2D</code> function performs two dimensional aggregations that can be
+visualized as heat maps or pivoted into matrices and operated on by machine learning functions.</p>
+<p><code>facet2D</code> has different syntax and behavior then a two dimensional <code>facet</code> function which
+does not control the number of unique facets of each dimension. The <code>facet2D</code> function
+has the <code>dimensions</code> parameter which controls the number of unique facets
+for the <strong>x</strong> and <strong>y</strong> dimensions.</p>
+<p>The example below visualizes the output of the <code>facet2D</code> function. In the example <code>facet2D</code>
+returns the top 5 boroughs and the top 5 complaint types for each borough. The output is
+then visualized as a heatmap.</p>
+<div class="imageblock"><img src="images/math-expressions/facet2D.png" alt="facet2D"></div>
+<p>The <code>facet2D</code> function supports one of the following aggregate functions: <code>count(*)</code>, <code>sum</code>, <code>avg</code>, <code>min</code>, <code>max</code>.</p></section>
+<section class="sect2"><h3 id="timeseries">timeseries</h3><p>The <code>timeseries</code> function performs fast, distributed time
+series aggregation leveraging Solr&#8217;s builtin faceting and date math capabilities.</p>
+<p>The example below performs a monthly time series aggregation over a collection of
+daily stock price data.  In this example the average monthly closing price is
+calculated for the stock ticker <strong>amzn</strong> between a specific date range.</p>
+<p>The output of the <code>timeseries</code> function is then visualized with a line chart.</p>
+<div class="imageblock"><img src="images/math-expressions/timeseries1.png" alt="timeseries1"></div>
+<p>The <code>timeseries</code> function supports any combination of the following aggregate functions: <code>count(*)</code>, <code>sum</code>, <code>avg</code>, <code>min</code>, <code>max</code>.</p></section>
+<section class="sect2"><h3 id="significantterms">significantTerms</h3><p>The <code>significantTerms</code> function queries a collection, but instead of returning documents, it returns significant terms found in documents in the result set.
+This function scores terms based on how frequently they appear in the result set and how rarely they appear in the entire corpus.
+The <code>significantTerms</code> function emits a tuple for each term which contains the term, the score, the foreground count and the background count.
+The foreground count is how many documents the term appears in in the result set.
+The background count is how many documents the term appears in in the entire corpus.
+The foreground and background counts are global for the collection.</p>
+<p>The <code>significantTerms</code> function can often provide insights that cannot be gleaned from other types of aggregations.
+The example below illustrates the difference between the <code>facet</code> function and the <code>significantTerms</code> function.</p>
+<p>In the first example the <code>facet</code> function aggregates the top 5 complaint types
+in Brooklyn.
+This returns the five most common complaint types in Brooklyn, but
+its not clear that these terms appear more frequently in Brooklyn then
+then the other boroughs.</p>
+<div class="imageblock"><img src="images/math-expressions/significantTermsCompare.png" alt="significantTermsCompare"></div>
+<p>In the next example the <code>significantTerms</code> function returns the top 5 significant terms in the <code>complaint_type_s</code> field for the borough of Brooklyn.
+The highest scoring term, Elder Abuse, has a foreground count of 285 and background count of 298.
+This means that there were 298 Elder Abuse complaints in the entire data set, and 285 of them were in Brooklyn.
+This shows that Elder Abuse complaints have a much higher occurrence rate in Brooklyn than the other boroughs.</p>
+<div class="imageblock"><img src="images/math-expressions/significantTerms2.png" alt="significantTerms2"></div>
+<p>The final example shows a visualization of the <code>significantTerms</code> from a
+text field containing movie reviews. The result shows the
+significant terms that appear in movie reviews that have the phrase "sci-fi".</p>
+<p>The results are visualized using a bubble chart with the <strong>foreground</strong> count on
+plotted on the x-axis and the <strong>background</strong> count on the y-axis. Each term is
+shown in a bubble sized by the <strong>score</strong>.</p>
+<div class="imageblock"><img src="images/math-expressions/sterms.png" alt="sterms"></div></section>
+<section class="sect2"><h3 id="nodes">nodes</h3><p>The <code>nodes</code> function performs aggregations of nodes during a breadth first search of a graph.
+This function is covered in detail in the section <a href="graph-traversal.html#graph-traversal">Graph Traversal</a>.
+In this example the focus will be on finding correlated nodes in a time series
+graph using the <code>nodes</code> expressions.</p>
+<p>The example below finds stock tickers whose daily movements tend to be correlated with the ticker <strong>jpm</strong> (JP Morgan).</p>
+<p>The inner <code>search</code> expression finds records between a specific date range
+where the ticker symbol is <strong>jpm</strong> and the <code>change_d</code> field (daily change in stock price) is greater then .25.
+This search returns all fields in the index including the <code>yearMonthDay_s</code> which is the string representation of the year, month, and day of the matching records.</p>
+<p>The <code>nodes</code> function wraps the <code>search</code> function and operates over its results. The <code>walk</code> parameter maps a field from the search results to a field in the index.
+In this case the <code>yearMonthDay_s</code> is mapped back  to the <code>yearMonthDay_s</code> field in the same index.
+This will find records that have same <code>yearMonthDay_s</code> field value returned
+by the initial search, and will return records for all tickers on those days.
+A filter query is applied to the search to filter the search to rows that have a <code>change_d</code>
+greater the .25.
+This will find all records on the matching days that have a daily change greater then .25.</p>
+<p>The <code>gather</code> parameter tells the nodes expression to gather the <code>ticker_s</code> symbols during the breadth first search.
+The <code>count(*)</code> parameter counts the occurrences of the tickers.
+This will count the number of times each ticker appears in the breadth first search.</p>
+<p>Finally the <code>top</code> function selects the top 5 tickers by count and returns them.</p>
+<p>The result below shows the ticker symbols in the <code>nodes</code> field and the counts for each node.
+Notice <strong>jpm</strong> is first, which shows how many days <strong>jpm</strong> had a change greater then .25 in this time
+period.
+The next set of ticker symbols (<strong>mtb</strong>, <strong>slvb</strong>, <strong>gs</strong> and <strong>pnc</strong>) are the symbols with highest number of days with a change greater then .25 on the same days that <strong>jpm</strong> had a change greater then .25.</p>
+<div class="imageblock"><img src="images/math-expressions/nodestab.png" alt="nodestab"></div>
+<p>The <code>nodes</code> function supports any combination of the following aggregate functions: <code>count(*)</code>, <code>sum</code>, <code>avg</code>, <code>min</code>, <code>max</code>.</p></section></section>
+  </section>
+
+
+<!-- Adds tags, if any -->
+    <div class="tags">
+        
+    </div>
+
+<!-- Adds nav links on each page -->
+    
+    
+    <nav class="scrollnav row">
+      <div class="col-lg-12">
+      
+      <a class="btn btn-primary prev float-left" href="loading.html">Loading Data</a>
+      
+      
+      <a class="btn btn-primary next float-right" href="transform.html">Transforming Data</a>
+      
+      </div>
+   </nav>
+    
+</div>
+
+    </article>
+     <footer>
+            <div class="row">
+                <div class="col-lg-12 footer">
+               &copy;2021 Apache Software Foundation. All rights reserved. <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>
+</footer>
+
+  </div>
+</div>
+</div>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js" crossorigin="anonymous"></script>
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
+
+<script src="js/customscripts.js"></script>
+
+
+
+<script type="text/x-mathjax-config">
+MathJax.Hub.Config({
+  messageStyle: "none",
+  tex2jax: {
+    inlineMath: [["\\(","\\)"]],
+    displayMath: [["\\[","\\]"]],
+    ignoreClass: "nostem|nolatexmath"
+  },
+  asciimath2jax: {
+    delimiters: [["\\$","\\$"]],
+    ignoreClass: "nostem|noasciimath"
+  },
+  TeX: {
+      equationNumbers: {
+        autoNumber: "none"
+      }
+    }
+});
+</script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
+
+
+</body>
+</html>

Modified: websites/production/lucene/content/solr/guide/8_8/search.json
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/search.json (original)
+++ websites/production/lucene/content/solr/guide/8_8/search.json Thu Jan 28 16:33:25 2021
@@ -1245,6 +1245,17 @@
 
 
 {
+"title": "Loading Data",
+"tags": "",
+"keywords": "",
+"url": "loading.html",
+"summary": ""
+}
+,
+
+
+
+{
 "title": "Local Parameters in Queries",
 "tags": "",
 "keywords": "",
@@ -1267,6 +1278,17 @@
 
 
 {
+"title": "Log Analytics",
+"tags": "",
+"keywords": "",
+"url": "logs.html",
+"summary": ""
+}
+,
+
+
+
+{
 "title": "Luke Request Handler",
 "tags": "",
 "keywords": "",
@@ -1344,7 +1366,7 @@
 
 
 {
-"title": "Math Expressions",
+"title": "Streaming Expressions and Math Expressions",
 "tags": "",
 "keywords": "",
 "url": "math-expressions.html",
@@ -1355,6 +1377,17 @@
 
 
 {
+"title": "Getting Started",
+"tags": "",
+"keywords": "",
+"url": "math-start.html",
+"summary": ""
+}
+,
+
+
+
+{
 "title": "Matrices and Matrix Math",
 "tags": "",
 "keywords": "",
@@ -1948,6 +1981,17 @@
 
 
 
+{
+"title": "Searching, Sampling and Aggregation",
+"tags": "",
+"keywords": "",
+"url": "search-sample.html",
+"summary": ""
+}
+,
+
+
+
 
 
 {
@@ -2646,6 +2690,17 @@
 
 
 {
+"title": "Transforming Data",
+"tags": "",
+"keywords": "",
+"url": "transform.html",
+"summary": ""
+}
+,
+
+
+
+{
 "title": "Transforming and Indexing Custom JSON",
 "tags": "",
 "keywords": "",
@@ -2866,10 +2921,10 @@
 
 
 {
-"title": "Streams and Vectorization",
+"title": "Velocity Response Writer",
 "tags": "",
 "keywords": "",
-"url": "vectorization.html",
+"url": "velocity-response-writer.html",
 "summary": ""
 }
 ,
@@ -2877,10 +2932,10 @@
 
 
 {
-"title": "Velocity Response Writer",
+"title": "Velocity Search UI",
 "tags": "",
 "keywords": "",
-"url": "velocity-response-writer.html",
+"url": "velocity-search-ui.html",
 "summary": ""
 }
 ,
@@ -2888,10 +2943,10 @@
 
 
 {
-"title": "Velocity Search UI",
+"title": "Visualization",
 "tags": "",
 "keywords": "",
-"url": "velocity-search-ui.html",
+"url": "visualization.html",
 "summary": ""
 }
 ,

Modified: websites/production/lucene/content/solr/guide/8_8/searching-nested-documents.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/searching-nested-documents.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/searching-nested-documents.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Searching Nested Child Documents | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>Searching Nested Child Documents | 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="searching-nested-documents">
+<body class="" id="searching-nested-documents">
 <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>
           
@@ -1969,7 +1989,7 @@ In the query below, we search for all de
             <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/searching.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/searching.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/searching.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Searching | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>Searching | 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="searching">
+<body class="" id="searching">
 <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>
           
@@ -1689,7 +1709,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/securing-solr.html
==============================================================================
--- websites/production/lucene/content/solr/guide/8_8/securing-solr.html (original)
+++ websites/production/lucene/content/solr/guide/8_8/securing-solr.html Thu Jan 28 16:33:25 2021
@@ -8,7 +8,7 @@
 <meta name="description" content="">
 <meta name="keywords" content=" ">
 
-<title>Securing Solr | Apache Solr Reference Guide 8.8-DRAFT</title>
+<title>Securing Solr | 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="securing-solr">
+<body class="" id="securing-solr">
 <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>
           
@@ -1730,7 +1750,7 @@ its content is covered in the <a href="z
             <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>