SOLR-10504: Add documentation

This commit is contained in:
Joel Bernstein 2017-06-01 15:56:05 -04:00
parent 401539758b
commit b0f44ad691
1 changed files with 8 additions and 1 deletions

View File

@ -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