summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-12-16 23:26:15 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-12-16 23:26:15 +0000
commit2bb53166a7e3e221b6a475fa553360e5c902b922 (patch)
tree90628961eb05791d475fee135d2101877602cdc3 /searchsummary
parent60d3c83657adbeeb6b3c072d9e3d0f017eeb7709 (diff)
UINT1 -> BOOL
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp b/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
index fccfe0e73c8..ee2e9d9fa92 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/attributedfw.cpp
@@ -181,7 +181,7 @@ MultiAttrDFW::insertField(uint32_t docid,
}
}
return; }
- case BasicType::UINT1:
+ case BasicType::BOOL:
case BasicType::UINT2:
case BasicType::UINT4:
case BasicType::INT8: