aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-07 11:09:19 +0100
committerTor Egge <Tor.Egge@online.no>2023-03-07 11:09:19 +0100
commitc4f6f9dc8ae146e90f96b28882090f975e44b55a (patch)
tree899f2fbe47e8c8b3ad722738e12d43e2bc53f2a7 /searchlib
parent1da71b42663246f87702f63d6c78b152cc294b86 (diff)
Add class comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h b/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h
index 429cd5bef31..7477b13bc5a 100644
--- a/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h
+++ b/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h
@@ -8,7 +8,10 @@
namespace search::attribute {
-class SingleRawAttribute: public NotImplementedAttribute
+/**
+ * Attribute vector storing a single raw value per document.
+ */
+class SingleRawAttribute : public NotImplementedAttribute
{
using AtomicEntryRef = vespalib::datastore::AtomicEntryRef;
using EntryRef = vespalib::datastore::EntryRef;