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:46 UTC

[32/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/e131cd1f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e131cd1f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e131cd1f

Branch: refs/heads/branch_6x
Commit: e131cd1f75219360faa66788cc4623eeff3ea734
Parents: 328dc4c
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Jun 1 15:56:05 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 5 13:54:10 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e131cd1f/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 ad91eb3..fcd006c 100644
--- a/solr/solr-ref-guide/src/stream-sources.adoc
+++ b/solr/solr-ref-guide/src/stream-sources.adoc
@@ -113,7 +113,14 @@ jdbc(
 ----
 
 == echo
-//TODO
+
+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.
+
+[source,text]
+----
+echo("Hello world")
+----
 
 == facet