SOLR-10559: Add tuple documentation

This commit is contained in:
Joel Bernstein 2017-06-01 17:14:02 -04:00
parent a827a9d909
commit 5b93b738b1
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ the tuple stream from the Stream Expression into a list of Tuples.
[source,text]
----
tuple(a=add(1,1),
b=search(collection1, q="cat:a", fl="a, b, c", sort"a desc"))
b=search(collection1, q="cat:a", fl="a, b, c", sort="a desc"))
----