summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-06-21 09:26:23 +0200
committerGitHub <noreply@github.com>2021-06-21 09:26:23 +0200
commit19f7b4780647567863d5e4f140c5786138274894 (patch)
tree555222ac5ab3e8239aff854afc4d0726c93113fb /TODO.md
parentad9c51300f4b98671dbc4d827e9e2d5410cb9714 (diff)
Link to slack discussion
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index eec3e3767b6..c633a1bf38a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,6 +17,8 @@ bundles of parameters accessible to Searchers processing queries. Writes go thro
Document Processors, but have no equivalent support for parametrization. This is to allow configuration of document
processor profiles by reusing the query profile support also for document processors.
+See [slack discussion](https://vespatalk.slack.com/archives/C01QNBPPNT1/p1624176344102300) for more details.
+
**Code pointers:**
- [Query profiles](https://github.com/vespa-engine/vespa/blob/master/container-search/src/main/java/com/yahoo/search/query/profile/QueryProfile.java)
- [Document processors](https://github.com/vespa-engine/vespa/blob/master/docproc/src/main/java/com/yahoo/docproc/DocumentProcessor.java)