summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2017-08-18 07:20:38 +0000
committerLester Solbakken <lesters@yahoo-inc.com>2017-08-18 07:20:38 +0000
commitb3644c29095491e11d25940685f84933d1e4d1f4 (patch)
tree08218896d90958a7b141ed2165694ef5ee1e129b /searchlib
parent7b559945db416dc6ea0ebc8b03e9f15ec563b51d (diff)
Rename max_reduce_prod_join feature header and source file
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/features/internal_max_reduce_prod_join_feature/internal_max_reduce_prod_join_feature_test.cpp2
-rw-r--r--searchlib/src/vespa/searchlib/features/CMakeLists.txt2
-rw-r--r--searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp (renamed from searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.cpp)2
-rw-r--r--searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.h (renamed from searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/searchlib/src/tests/features/internal_max_reduce_prod_join_feature/internal_max_reduce_prod_join_feature_test.cpp b/searchlib/src/tests/features/internal_max_reduce_prod_join_feature/internal_max_reduce_prod_join_feature_test.cpp
index 5f0b842f024..3553d27aa42 100644
--- a/searchlib/src/tests/features/internal_max_reduce_prod_join_feature/internal_max_reduce_prod_join_feature_test.cpp
+++ b/searchlib/src/tests/features/internal_max_reduce_prod_join_feature/internal_max_reduce_prod_join_feature_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/searchlib/attribute/attributefactory.h>
#include <vespa/searchlib/fef/test/ftlib.h>
-#include <vespa/searchlib/features/max_reduce_prod_join_feature.h>
+#include <vespa/searchlib/features/internal_max_reduce_prod_join_feature.h>
#include <vespa/searchlib/attribute/attribute.h>
using search::feature_t;
diff --git a/searchlib/src/vespa/searchlib/features/CMakeLists.txt b/searchlib/src/vespa/searchlib/features/CMakeLists.txt
index 339195774ff..9227b845966 100644
--- a/searchlib/src/vespa/searchlib/features/CMakeLists.txt
+++ b/searchlib/src/vespa/searchlib/features/CMakeLists.txt
@@ -25,6 +25,7 @@ vespa_add_library(searchlib_features OBJECT
flow_completeness_feature.cpp
foreachfeature.cpp
freshnessfeature.cpp
+ internal_max_reduce_prod_join_feature.cpp
item_raw_score_feature.cpp
jarowinklerdistancefeature.cpp
matchcountfeature.cpp
@@ -62,6 +63,5 @@ vespa_add_library(searchlib_features OBJECT
utils.cpp
valuefeature.cpp
weighted_set_parser.cpp
- max_reduce_prod_join_feature.cpp
DEPENDS
)
diff --git a/searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.cpp b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp
index 8805af5e4ce..593407d86eb 100644
--- a/searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.cpp
+++ b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.cpp
@@ -1,6 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "max_reduce_prod_join_feature.h"
+#include "internal_max_reduce_prod_join_feature.h"
#include "valuefeature.h"
#include "weighted_set_parser.h"
diff --git a/searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.h b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.h
index 5650b91092e..5650b91092e 100644
--- a/searchlib/src/vespa/searchlib/features/max_reduce_prod_join_feature.h
+++ b/searchlib/src/vespa/searchlib/features/internal_max_reduce_prod_join_feature.h