You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:59:21 UTC

[lucene] 08/50: Solr Ref Guide: sample syntax anchor

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

dweiss pushed a commit to branch branch_7_1
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 625c8ca5a3d97b900a7e5d2e6eb62c5e97fe59e2
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 17 13:47:39 2017 -0400

    Solr Ref Guide: sample syntax anchor
---
 solr/solr-ref-guide/src/stream-evaluator-reference.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
index 5b80d84..ade471e 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 Syntax
+=== sample function Syntax
 
 [source,text]
 sample(normalDistribution(50, 5)) // Return a single random sample from a normalDistribution with mean of 50 and standard deviation of 5.