You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/06/15 02:08:41 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Changes to TOC

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 1ac1075  SOLR-13105: Changes to TOC
1ac1075 is described below

commit 1ac1075f726b281dadd3eb99499d792fc017334c
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Fri Jun 14 22:08:18 2019 -0400

    SOLR-13105: Changes to TOC
---
 solr/solr-ref-guide/src/math-expressions.adoc | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index 3cb8eed..9f4beb9 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -37,13 +37,11 @@ image::images/math-expressions/curve-fitting.png[]
 
 *<<matrix-math.adoc#matrix-math,Matrix Math>>*: Matrix creation, math and manipulation.
 
-*<<vectorization.adoc#vectorization,Streams and Vectorization>>*: Retrieving streams and vectorizing numeric and lat/lon location fields.
+*<<term-vectors.adoc#term-vectors,Searching, Text Analysis and Term Vectors>>*: Searching and applying text analysis and TF-IDF term vectors.
 
-*<<term-vectors.adoc#term-vectors,Text Analysis and Term Vectors>>*: Using math expressions for text analysis and TF-IDF term vectors.
+*<<statistics.adoc#statistics,Sampling and Statistics>>*: Random sampling and applying statistics and visualization.
 
-*<<statistics.adoc#statistics,Statistics>>*: Statistical functions in math expressions.
-
-*<<probability-distributions.adoc#probability-distributions,Probability>>*: Mathematical models of probability.
+*<<probability-distributions.adoc#probability-distributions,Probability Distributions>>*: Real, Discrete and Empirical Probability Distributions.
 
 *<<simulations.adoc#simulations,Simulations and Sampling Distributions>>*:  Monte Carlo simulations and the Sampling Distribution of the Mean.