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

janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1
in repository https://gitbox.apache.org/repos/asf/solr.git

commit c5917a4d702e4bd2851eee2d4aaad2a8ad602872
Author: Joel Bernstein <[email protected]>
AuthorDate: Tue Oct 17 13:50:00 2017 -0400

    Solr Ref Guide: sample syntax anchor
---
 solr/solr-ref-guide/src/collapse-and-expand-results.adoc | 2 +-
 solr/solr-ref-guide/src/stream-evaluator-reference.adoc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/collapse-and-expand-results.adoc 
b/solr/solr-ref-guide/src/collapse-and-expand-results.adoc
index 23d3839..d879c6f 100644
--- a/solr/solr-ref-guide/src/collapse-and-expand-results.adoc
+++ b/solr/solr-ref-guide/src/collapse-and-expand-results.adoc
@@ -74,7 +74,7 @@ The data structures used for collapsing grow dynamically when 
collapsing on nume
 The default is 100,000.
 
 
-=== Sample Syntax
+=== Sample Usage Syntax
 
 Collapse on `group_field` selecting the document in each group with the 
highest scoring document:
 
diff --git a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc 
b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
index ade471e..5b80d84 100644
--- a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
@@ -1577,7 +1577,7 @@ The `sample` function can be used to draw random samples 
from a probability dist
 
 Either a single numeric random sample, or a numeric array depending on the 
sample size parameter.
 
-=== sample function Syntax
+=== sample Syntax
 
 [source,text]
 sample(normalDistribution(50, 5)) // Return a single random sample from a 
normalDistribution with mean of 50 and standard deviation of 5.

Reply via email to