summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-01-22 13:15:56 +0000
committerTor Egge <Tor.Egge@oath.com>2018-01-22 13:15:56 +0000
commitdff143e223c5510b51dad84efc3494e183a5f1af (patch)
treee09d280838b8c2d7afd42229c4d893ef0590f452 /searchlib
parent239ce22846d70a3f614d1c7d17c765744d768a1f (diff)
Add class comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/imported_attribute_vector_factory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector_factory.h b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector_factory.h
index 0826a913139..363fb9f29bc 100644
--- a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector_factory.h
+++ b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector_factory.h
@@ -16,6 +16,10 @@ class BitVectorSearchCache;
class ImportedAttributeVector;
class ReferenceAttribute;
+/*
+ * Factory class used to create proper imported attribute vector based
+ * on target attribute basic type.
+ */
class ImportedAttributeVectorFactory {
public:
static std::shared_ptr<ImportedAttributeVector>