fix grammar in streaming-expressions.adoc

(Ken Geis via Christine Poerschke)

This closes #572 pull request, thank you.
This commit is contained in:
Ken Geis 2019-02-13 09:04:27 -08:00 committed by Christine Poerschke
parent abcda8282c
commit 1654b32345
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Both streaming expressions and the streaming API are considered experimental, an
Streaming Expressions are comprised of streaming functions which work with a Solr collection. They emit a stream of tuples (key/value Maps).
Many of the provided streaming functions are designed to work with entire result sets rather then the top N results like normal search. This is supported by the <<exporting-result-sets.adoc#exporting-result-sets,/export handler>>.
Many of the provided streaming functions are designed to work with entire result sets rather than the top N results like normal search. This is supported by the <<exporting-result-sets.adoc#exporting-result-sets,/export handler>>.
Some streaming functions act as stream sources to originate the stream flow. Other streaming functions act as stream decorators to wrap other stream functions and perform operations on the stream of tuples. Many streams functions can be parallelized across a worker collection. This can be particularly powerful for relational algebra functions.