summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-10-31 17:29:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-16 20:54:08 +0000
commitc11bd88ab54edd6e2c370ed7e82094707de19726 (patch)
treec18fae6b73be3dafd32cc7480cdd6b6aef0dab9c /streamingvisitors
parentb24dd074584ad83a547a81b95e19d49261d7b849 (diff)
Now fdispatch reliques can go
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/doc/SearchVisitorProtocol.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/doc/SearchVisitorProtocol.html b/streamingvisitors/doc/SearchVisitorProtocol.html
index 6a9ac02f0d0..aa2217444bf 100644
--- a/streamingvisitors/doc/SearchVisitorProtocol.html
+++ b/streamingvisitors/doc/SearchVisitorProtocol.html
@@ -33,7 +33,7 @@ binary. It processes queries and docsum requests and returns
SearchResult and DocumentSummary objects to the client. It uses Vespa
Streaming Matcher (VSM) to generate the search results and document
summaries.</P>
-<P>Since the distributors in VDS do not have fdispatch capability,
+<P>Since the distributors in VDS do not have dispatch capability,
that is implemented in the QRS(client). It must collect all messages
received, merge them and present them to its liking.</P>
<H2 CLASS="western">Initiation</H2>