summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/query_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-04-03 11:38:27 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-04-04 19:24:55 +0000
commit3948d63b4d7a64fb964f052df4dfcb87845bd364 (patch)
tree499cdf823b0004130b6b418cecff8df776383c2d /searchcore/src/tests/proton/matching/query_test.cpp
parente9c418d113cee3075d07279f3589fa6a144e593b (diff)
Use CollectionType defined in search::index::schema for search::fef::FieldInfo.
This is the same as done with DataType.
Diffstat (limited to 'searchcore/src/tests/proton/matching/query_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/query_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/query_test.cpp b/searchcore/src/tests/proton/matching/query_test.cpp
index caf52a5fca4..1426a2d85af 100644
--- a/searchcore/src/tests/proton/matching/query_test.cpp
+++ b/searchcore/src/tests/proton/matching/query_test.cpp
@@ -34,7 +34,6 @@ LOG_SETUP("query_test");
#include <vector>
using document::PositionDataType;
-using search::fef::CollectionType;
using search::fef::FieldInfo;
using search::fef::FieldType;
using search::fef::ITermData;
@@ -65,6 +64,7 @@ using search::queryeval::ParallelWeakAndBlueprint;
using std::string;
using std::vector;
namespace fef_test = search::fef::test;
+using CollectionType = FieldInfo::CollectionType;
namespace proton {
namespace matching {