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/25 19:13:53 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Start statistics vis 3

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 df63e75  SOLR-13105: Start statistics vis 3
df63e75 is described below

commit df63e75b6e31c6719dbd73489965922dce721a61
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Jun 25 15:13:46 2019 -0400

    SOLR-13105: Start statistics vis 3
---
 .../src/images/math-expressions/sterms.png         | Bin 203278 -> 258553 bytes
 solr/solr-ref-guide/src/search-sample.adoc         |   4 +++-
 solr/solr-ref-guide/src/statistics.adoc            |   2 +-
 solr/solr-ref-guide/src/term-vectors.adoc          |  11 +++++++++++
 4 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/sterms.png b/solr/solr-ref-guide/src/images/math-expressions/sterms.png
index ce7d72f..da54e6f 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/sterms.png and b/solr/solr-ref-guide/src/images/math-expressions/sterms.png differ
diff --git a/solr/solr-ref-guide/src/search-sample.adoc b/solr/solr-ref-guide/src/search-sample.adoc
index aeb146f..b1a6a88 100644
--- a/solr/solr-ref-guide/src/search-sample.adoc
+++ b/solr/solr-ref-guide/src/search-sample.adoc
@@ -75,4 +75,6 @@ select from the a very specific slice of the index. In this example it's the
 
 === facet2D
 
-=== timeseries
\ No newline at end of file
+=== timeseries
+
+=== significantTerms
\ No newline at end of file
diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index 4963041..83128b0 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -289,7 +289,7 @@ When this expression is sent to the `/stream` handler it responds with:
 === Quantile Plots
 
 A quantile plot or QQ Plot plots the percentiles from two distributions on the
-the same scatter plot. 
+the same scatter plot.
 
 image::images/math-expressions/quantiles1.png[]
 
diff --git a/solr/solr-ref-guide/src/term-vectors.adoc b/solr/solr-ref-guide/src/term-vectors.adoc
index 2510099..70d5db3 100644
--- a/solr/solr-ref-guide/src/term-vectors.adoc
+++ b/solr/solr-ref-guide/src/term-vectors.adoc
@@ -20,6 +20,12 @@ Term frequency-inverse document frequency (TF-IDF) term vectors are often used t
 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.
 
+== Significant Terms
+
+
+
+
+
 == Text Analysis
 
 The `analyze` function applies a Solr analyzer to a text field and returns the tokens
@@ -57,6 +63,11 @@ When this expression is sent to the `/stream` handler it responds with:
 }
 ----
 
+=== Phrase Aggregation
+
+
+
+
 === Annotating Documents
 
 The `analyze` function can be used inside of a `select` function to annotate documents with the tokens