summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-11-28 10:12:06 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-11-28 10:15:38 +0000
commitd1a4975810bbdce228c0d6cfc295d5d988804d37 (patch)
treed1873da2cdfb91f0f078c9ee1c412dccb92a5ab3 /streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
parentf32ca1c0d2cd9c5c23831d136b68bb9129a5dd2e (diff)
Move streaming search classes from namespace storage -> streaming.
Diffstat (limited to 'streamingvisitors/src/vespa/searchvisitor/indexenvironment.h')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/indexenvironment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
index 832d99b4dde..5d684c4fea4 100644
--- a/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/indexenvironment.h
@@ -12,7 +12,7 @@
#include <vespa/vespalib/stllike/hash_map.h>
#include <set>
-namespace storage {
+namespace streaming {
/**
* Implementation of the feature execution framework
@@ -83,5 +83,5 @@ public:
};
-} // namespace storage
+} // namespace streaming