From 631d5641233406265c3cb4c98e6e58d5352c70d2 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 23 Nov 2009 17:36:44 +0000 Subject: [PATCH] comments --- src/internfile/internfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/internfile/internfile.h b/src/internfile/internfile.h index 43c59a9f..a001c3c8 100644 --- a/src/internfile/internfile.h +++ b/src/internfile/internfile.h @@ -87,7 +87,8 @@ class FileInterner { /** * Alternate constructor for the case where it is not known where * the data will come from. We'll use the doc fields and try our - * best... + * best. This is only used at query time, the idoc was built from index + * data. */ FileInterner(const Rcl::Doc& idoc, RclConfig *cnf, const string& td, int flags);