aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-05-15 00:08:02 +0200
committerGitHub <noreply@github.com>2023-05-15 00:08:02 +0200
commit93aada3ca9572712e06ce2125e7e5f915111cef4 (patch)
treef9666399703e27fbd866746a80f2604b165b42c0 /searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
parentf302342ae4ba920dbcc49d4787fa3b81ac97545a (diff)
parentc37136242e8fdf628b64e79a0bad265657ce61aa (diff)
Merge pull request #27105 from vespa-engine/toregge/remove-unused-access-hintingv8.164.52
Remove unused field/attribute access hinting.
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp b/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
index 5f9c5543f57..166280b289d 100644
--- a/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
+++ b/searchlib/src/vespa/searchlib/features/flow_completeness_feature.cpp
@@ -310,7 +310,6 @@ FlowCompletenessBlueprint::setup(const fef::IIndexEnvironment &env,
describeOutput(_output[3], "element weight of best scored element");
describeOutput(_output[4], "field weight");
describeOutput(_output[5], "query terms matching in best element (measured by flow)");
- env.hintFieldAccess(field->id());
return true;
}