aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/matched_elements_filter
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-07-13 10:18:12 +0000
committerArne Juul <arnej@verizonmedia.com>2020-07-15 15:39:22 +0000
commitf45f753bf9b91263342eb5f29ad4d0c442b2c6a0 (patch)
tree7c808c92d3766081669fc28eeffa14bb129d396a /searchsummary/src/tests/docsummary/matched_elements_filter
parent6abfeaca106f70daa32616dbec4ed39b2b9bb35c (diff)
handle locations in query for getdocsum
Diffstat (limited to 'searchsummary/src/tests/docsummary/matched_elements_filter')
-rw-r--r--searchsummary/src/tests/docsummary/matched_elements_filter/matched_elements_filter_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchsummary/src/tests/docsummary/matched_elements_filter/matched_elements_filter_test.cpp b/searchsummary/src/tests/docsummary/matched_elements_filter/matched_elements_filter_test.cpp
index 0ac2f09e1b0..55c363a12c1 100644
--- a/searchsummary/src/tests/docsummary/matched_elements_filter/matched_elements_filter_test.cpp
+++ b/searchsummary/src/tests/docsummary/matched_elements_filter/matched_elements_filter_test.cpp
@@ -167,7 +167,6 @@ public:
~StateCallback() {}
void FillSummaryFeatures(GetDocsumsState*, IDocsumEnvironment*) override {}
void FillRankFeatures(GetDocsumsState*, IDocsumEnvironment*) override {}
- void ParseLocation(GetDocsumsState*) override {}
std::unique_ptr<MatchingElements> fill_matching_elements(const MatchingElementsFields&) override {
auto result = std::make_unique<MatchingElements>();
result->add_matching_elements(doc_id, _field_name, _matching_elements);