Skip to content

Commit 0d88c14

Browse files
typo
1 parent 47a89ac commit 0d88c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solr-ref-guide/src/streaming-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For the above example the `/stream` handler responded with the following JSON re
8383
Note the last tuple in the above example stream is `{"EOF":true,"RESPONSE_TIME":33}`. The `EOF` indicates the end of the stream. To process the JSON response, you'll need to use a streaming JSON implementation because streaming expressions are designed to return the entire result set which may have millions of records. In your JSON client you'll need to iterate each doc (tuple) and check for the EOF tuple to determine the end of stream.
8484

8585

86-
== Elements of the Lanaguage
86+
== Elements of the Language
8787

8888
=== Stream Sources
8989

0 commit comments

Comments
 (0)