Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "StorageConfiguration" page has been changed by JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=55&rev2=56 -------------------------------------------------- == per-Column Settings == * '''index_name''' and '''index_type''' - These settings control the secondary (automatic) indexes. See SecondaryIndexes. + These settings control the secondary (automatic) indexes. Both need to be set at the same time to be used. The name is something user-friendly and unique on the CF, the type is currently only KEYS. See SecondaryIndexes. Default is: None, no secondary index support. + * '''name''' + + This binds the validator (and optionally the automatic indexer) to every column with this '''name''' in every row of the enclosing CF. Required. + * '''validation_class''' - Used with the default_validation_class property in the per-columnfamily settings. Whenever the column with this name is populated, the value is validated with the validation classes' validate() method. + Used with the default_validation_class property in the per-columnfamily settings. Whenever the column with this name is populated, the value is validated with the validation classes' validate() method. Required. - Default is: '!BytesType', a no-op. -
