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