aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp b/searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp
index 77c2aa3072a..ea278ebf607 100644
--- a/searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp
+++ b/searchlib/src/vespa/searchlib/fef/termfieldmatchdata.cpp
@@ -18,7 +18,7 @@ TermFieldMatchData::TermFieldMatchData() :
}
TermFieldMatchData::TermFieldMatchData(const TermFieldMatchData & rhs) :
- _docId(rhs._docId),
+ _docId(rhs.getDocId()),
_fieldId(rhs._fieldId),
_flags(rhs._flags),
_sz(0),