summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchcontext
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-03-14 15:17:14 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-03-14 15:17:14 +0000
commit8d30ab013d5786788b38cfd5992f45b765bf13d8 (patch)
treef8c4f9a0f64d88f50df1ada55d0a381730c43419 /searchlib/src/tests/attribute/searchcontext
parentbd5402c9d12eb2a78c7ab8539d32d31d64885f83 (diff)
Move AttributeVector::SearchContext::Params to separate class in searchcommon.
Diffstat (limited to 'searchlib/src/tests/attribute/searchcontext')
-rw-r--r--searchlib/src/tests/attribute/searchcontext/searchcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/searchcontext/searchcontext.cpp b/searchlib/src/tests/attribute/searchcontext/searchcontext.cpp
index 32da1743343..ae4d8b91387 100644
--- a/searchlib/src/tests/attribute/searchcontext/searchcontext.cpp
+++ b/searchlib/src/tests/attribute/searchcontext/searchcontext.cpp
@@ -424,7 +424,7 @@ SearchContextTest::getSearch(const V & vec, const T & term, QueryTermSimple::Sea
return (dynamic_cast<const AttributeVector &>(vec)).
getSearch(vespalib::stringref(&query[0], query.size()),
- AttributeVector::SearchContext::Params());
+ attribute::SearchContextParams());
}
ResultSetPtr