summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-18 09:36:40 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-18 09:36:40 +0000
commit9486db5d9672be5a5e4316af368e2b604f7b068d (patch)
tree18b9d4015ed80d9eb0d2612ca638125eeaff507e /searchsummary
parent4ad220bb0e9d62562ae631ad5d25fa783f608a6a (diff)
Propagate highlighterms.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/getdocsumargs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/getdocsumargs.h b/searchsummary/src/vespa/searchsummary/docsummary/getdocsumargs.h
index 0051af29c21..6e0d610da97 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/getdocsumargs.h
+++ b/searchsummary/src/vespa/searchsummary/docsummary/getdocsumargs.h
@@ -46,6 +46,7 @@ public:
bool dumpFeatures() const { return _dumpFeatures; }
const fef::Properties &highlightTerms() const { return _highlightTerms; }
+ void highlightTerms(fef::Properties & terms) { _highlightTerms = terms; }
void set_fields(const FieldSet& fields_in) { _fields = fields_in; }
const FieldSet& get_fields() const { return _fields; }
bool need_field(vespalib::stringref field) const;