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 2017/06/05 18:36:47 UTC

[33/41] lucene-solr:branch_6x: SOLR-10504: Add documentation

SOLR-10504: Add documentation


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/012b15f4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/012b15f4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/012b15f4

Branch: refs/heads/branch_6x
Commit: 012b15f476bb211ebe085d64bf75a519202ae908
Parents: e131cd1
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Jun 1 15:59:24 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 5 13:54:28 2017 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-sources.adoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/012b15f4/solr/solr-ref-guide/src/stream-sources.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/stream-sources.adoc b/solr/solr-ref-guide/src/stream-sources.adoc
index fcd006c..e7356ae 100644
--- a/solr/solr-ref-guide/src/stream-sources.adoc
+++ b/solr/solr-ref-guide/src/stream-sources.adoc
@@ -117,6 +117,8 @@ jdbc(
 The `echo` function returns a single Tuple echoing its text parameter. `Echo` is the simplest stream source designed to provide text
 to a text analyzing stream decorator.
 
+=== echo Syntax
+
 [source,text]
 ----
 echo("Hello world")