spring-data-cassandra
spring-data-cassandra copied to clipboard
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style d...
Update stores one column name as key and one operation as value. https://github.com/spring-projects/spring-data-cassandra/blob/67d8e597ae900b1c2f1eb145e76755cb25a1bb57/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/query/Update.java#L49 Because of this it is not possible to update several keys for column with map type. Example...
Support for vector fields, similarity search and ordering. See https://cassandra.apache.org/doc/latest/cassandra/getting-started/vector-search-quickstart.html
Support for creating SAI indexes using @ SAI in Repositories and Table defenitions (like the existing @ SASI Index) https://cassandra.apache.org/doc/latest/cassandra/developing/cql/indexing/sai/sai-concepts.html