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

[37/41] lucene-solr:branch_6x: SOLR-10559: Add tuple documentation

SOLR-10559: Add tuple 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/1e9b7103
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1e9b7103
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1e9b7103

Branch: refs/heads/branch_6x
Commit: 1e9b7103d526eb1557218997e73665d2a5ee0afe
Parents: 8b5e77c
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Jun 1 17:14:02 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Jun 5 13:56:12 2017 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-sources.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1e9b7103/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 e8887b4..97a1ca4 100644
--- a/solr/solr-ref-guide/src/stream-sources.adoc
+++ b/solr/solr-ref-guide/src/stream-sources.adoc
@@ -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"))
 ----