summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-08 09:54:15 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-08 13:22:29 +0000
commit4d5ac042bb2e463a87f652b34ec3f5e89747240a (patch)
treebdef5cf4ed080e752bb1b6b7734bf34d635a7820 /searchcore
parentc898612e6df3dcfbd427b9add898c3dc20897d9a (diff)
Extend class description.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/reprocessing/attribute_reprocessing_initializer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/reprocessing/attribute_reprocessing_initializer.h b/searchcore/src/vespa/searchcore/proton/reprocessing/attribute_reprocessing_initializer.h
index 8c0b4de4cbc..34302da236e 100644
--- a/searchcore/src/vespa/searchcore/proton/reprocessing/attribute_reprocessing_initializer.h
+++ b/searchcore/src/vespa/searchcore/proton/reprocessing/attribute_reprocessing_initializer.h
@@ -15,6 +15,12 @@ class IIndexschemaInspector;
/**
* Class responsible for initialize reprocessing of attribute vectors if needed.
+ *
+ * 1) Attribute aspect is added to an existing field:
+ * The attribute is populated based on the content of the field in the document store.
+ *
+ * 2) Attribute aspect is removed from an existing field:
+ * The field in the document store is populated based on the content of the attribute.
*/
class AttributeReprocessingInitializer : public IReprocessingInitializer
{