mirror of https://github.com/apache/lucene.git
SOLR-10504: Add documentation
This commit is contained in:
parent
b0f44ad691
commit
71b5d342fd
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue