aboutsummaryrefslogtreecommitdiffstats
path: root/Code-map.md
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-29 21:23:58 +0200
committergjoranv <gv@verizonmedia.com>2021-03-29 21:30:44 +0200
commitd0d82b5409944ef9bbe694d0058516a2fd484def (patch)
treeb9e408ad3f96159c3e519aada07af8087a6d6e8f /Code-map.md
parent9495a68db4eb36c7dae74060ccb602da5c977b0e (diff)
Update Code-map
Diffstat (limited to 'Code-map.md')
-rw-r--r--Code-map.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code-map.md b/Code-map.md
index 0ed326a2005..a02b52c76a8 100644
--- a/Code-map.md
+++ b/Code-map.md
@@ -56,7 +56,7 @@ Document operation modules:
- [document](https://github.com/vespa-engine/vespa/tree/master/document) - the document model - documents, fields and document types, and operations on documents. Implemented in both Java and C++.
- [messagebus](https://github.com/vespa-engine/vespa/tree/master/messagebus) - generic async, multi-hop message passing implemented in both Java and C++.
-- [jdisc_messagebus_service](https://github.com/vespa-engine/vespa/tree/master/jdisc_messagebus_service) - MessageBus connector for jDisc.
+- [container-messagebus](https://github.com/vespa-engine/vespa/tree/master/container-messagebus) - MessageBus connector for jDisc.
- [documentapi](https://github.com/vespa-engine/vespa/tree/master/documentapi) - API for issuing document operations to Vespa over messagebus.
- [docproc](https://github.com/vespa-engine/vespa/tree/master/docproc) - chainable document (operation) processors: Document operations issued over messagebus to Vespa will usually be routed through a container running a document processor chain.
- [indexinglanguage](https://github.com/vespa-engine/vespa/tree/master/indexinglanguage) - implementation of the "indexing" language which is used to express the statements prefixed by "indexing:" in the search definition.