aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp b/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp
index 51f47f65c10..1300a14df2d 100644
--- a/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp
+++ b/searchlib/src/vespa/searchlib/features/fieldmatchfeature.cpp
@@ -334,7 +334,6 @@ FieldMatchBlueprint::setup(const IIndexEnvironment & env,
"positions separating the start of each field adjacent segment.");
describeOutput("degradedMatches",
"The number of degraded query terms (no position information available) which was matched in this field.");
- env.hintFieldAccess(_field->id());
return true;
}