[MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey'

The column 'key' can't be queried in Cassandra
Probably because 'key' is reserved for the element key or a limitation in Hector
This commit is contained in:
Carlos Sanchez 2014-11-24 20:00:03 +01:00
parent 4e5d1183c3
commit db8c78d4d7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public enum ColumnNames
NAMESPACE_ID( "namespaceId" ),
PROJECT_ID( "projectId" ),
PROJECT_VERSION( "projectVersion" ),
KEY( "key" ),
KEY( "facetKey" ),
VALUE( "value" ),
ID( "id" ),
SIZE( "size" ),