aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp b/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp
index 88475db472c..8f57546d3c5 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/filter_attribute_manager.cpp
@@ -77,6 +77,12 @@ FilterAttributeManager::createContext() const {
throw vespalib::IllegalArgumentException("Not implemented");
}
+std::unique_ptr<AttributeManagerReconfig>
+FilterAttributeManager::prepare_create(AttributeCollectionSpec&&) const
+{
+ throw vespalib::IllegalArgumentException("Not implemented");
+}
+
IAttributeManager::SP
FilterAttributeManager::create(AttributeCollectionSpec &&) const {
throw vespalib::IllegalArgumentException("Not implemented");