summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-12 15:47:35 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-12 15:47:35 +0000
commit68c66f5b896f9e0ff8f5a4da43693613006b67c2 (patch)
tree9021785f732f5599005d6f98ec64e0efe4f16152 /searchcore
parent7bd72abc858ce80328ad0da60f1472306f0feb49 (diff)
vespa.summaryFeatures.cached is always 0.0 (false)
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/docsummary/docsumcontext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/docsummary/docsumcontext.cpp b/searchcore/src/vespa/searchcore/proton/docsummary/docsumcontext.cpp
index d7fa55d537e..d6cccf47b18 100644
--- a/searchcore/src/vespa/searchcore/proton/docsummary/docsumcontext.cpp
+++ b/searchcore/src/vespa/searchcore/proton/docsummary/docsumcontext.cpp
@@ -120,7 +120,6 @@ DocsumContext::fillSummaryFeatures(search::docsummary::GetDocsumsState& state)
if (_matcher->canProduceSummaryFeatures()) {
state._summaryFeatures = _matcher->getSummaryFeatures(_request, _searchCtx, _attrCtx, _sessionMgr);
}
- state._summaryFeaturesCached = false;
}
void