summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h')
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h b/searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h
index 80599f771d0..e19a6cdb7f9 100644
--- a/searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h
+++ b/searchlib/src/vespa/searchlib/queryeval/dot_product_blueprint.h
@@ -5,10 +5,9 @@
#include "searchable.h"
#include <vespa/searchlib/fef/matchdatalayout.h>
-namespace search {
-namespace fef { class TermFieldMatchData; }
+namespace search::fef { class TermFieldMatchData; }
-namespace queryeval {
+namespace search::queryeval {
class DotProductBlueprint : public ComplexLeafBlueprint
{
@@ -38,5 +37,4 @@ public:
void fetchPostings(bool strict) override;
};
-} // namespace search::queryeval
-} // namespace search
+}