However, what if I wanted to add a property with a default value and make this skipped for vectorization. We will just use this property for extra filtering purposes. For example, I wanted to add a new property “status” with default value of “PUBLIC” - is this possible?
As a workaround can I add property to the schema (with skip vectorisation) and then update all records of the class with the default value or is there any better solution?