summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/hitcollector.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/hitcollector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/hitcollector.h b/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
index b8b35f992fc..12503640cbb 100644
--- a/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
+++ b/streamingvisitors/src/vespa/searchvisitor/hitcollector.h
@@ -95,7 +95,7 @@ public:
* If you add a NULL document you should not use getDocSum() or fillSearchResult(),
* as these functions expect valid documents.
*
- * @param doc The document that is a hit.
+ * @param doc The document that is a hit. Must be kept alive on the outside.
* @param data The match data for the hit.
* @return true if the document was added to the heap
**/
@@ -107,7 +107,7 @@ public:
* If you add a NULL document you should not use getDocSum() or fillSearchResult(),
* as these functions expect valid documents.
*
- * @param doc The document that is a hit.
+ * @param doc The document that is a hit. Must be kept alive on the outside.
* @param data The match data for the hit.
* @param sortData The buffer of the sortdata.
* @param sortDataLen The length of the sortdata.