summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-02-11 12:00:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-02-11 12:00:59 +0000
commitf2a9d18477e9ed79dff64bfc141d5ad9f176601d (patch)
tree0d7d17ce60deb9136c715155f0461c7bd7c371fc /searchlib
parent959503685d9a5fb15e6e63d494c02f65b4081b56 (diff)
If debugging of SearchHandler is turned on, the 1k first request will have trace and timing information.
The 1k number is configurable in the container-http config.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/fef/fef_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/tests/fef/fef_test.cpp b/searchlib/src/tests/fef/fef_test.cpp
index 896a917d6e3..4d1163de6ee 100644
--- a/searchlib/src/tests/fef/fef_test.cpp
+++ b/searchlib/src/tests/fef/fef_test.cpp
@@ -94,6 +94,7 @@ TEST("verify size of essential fef classes") {
EXPECT_EQUAL(24u,sizeof(TermFieldMatchDataPosition));
EXPECT_EQUAL(24u,sizeof(TermFieldMatchData::Features));
EXPECT_EQUAL(40u,sizeof(TermFieldMatchData));
+ EXPECT_EQUAL(48u, sizeof(search::fef::FeatureExecutor));
}
TEST_MAIN() { TEST_RUN_ALL(); }