mirror of https://github.com/apache/lucene.git
typo
This commit is contained in:
parent
47a89aca71
commit
0d88c14837
|
@ -83,7 +83,7 @@ For the above example the `/stream` handler responded with the following JSON re
|
|||
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.
|
||||
|
||||
|
||||
== Elements of the Lanaguage
|
||||
== Elements of the Language
|
||||
|
||||
=== Stream Sources
|
||||
|
||||
|
|
Loading…
Reference in New Issue