summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-09-21 10:26:07 +0200
committergjoranv <gjoranv@gmail.com>2023-09-21 10:26:07 +0200
commit885e43c2deadaa8766669ba97a9b428947e5dd8f (patch)
treefa1816826eae29d18b8beeda27f7a4574b3092af /TODO.md
parent049668f749fd860c00471c40c73f03e4daca0b66 (diff)
Follow moved file Search->Schema
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 392c17fe616..f580b938363 100644
--- a/TODO.md
+++ b/TODO.md
@@ -38,7 +38,7 @@ libraries (see the searchlib module).
**Code pointers:**
- Content cluster mock in Java (currently empy): [ContentCluster](https://github.com/vespa-engine/vespa/blob/master/application/src/main/java/com/yahoo/application/content/ContentCluster.java)
-- The model of a search definition this must consume config from: [Search](https://github.com/vespa-engine/vespa/blob/master/config-model/src/main/java/com/yahoo/searchdefinition/Search.java)
+- The model of a search definition this must consume config from: [Search](https://github.com/vespa-engine/vespa/blob/master/config-model/src/main/java/com/yahoo/schema/Schema.java)
## Indexed search in maps