Remove obsolete CAPI-Rowcache and updated Lucene Indexing Plugin

patch by Brad Schoening; reviewed by Stefan Miklosovic for CASSANDRA-19773
This commit is contained in:
Brad Schoening 2025-01-30 14:31:54 -05:00 committed by Stefan Miklosovic
parent 5cbf993d96
commit 8d525de550
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 5 additions and 20 deletions

View File

@ -3,27 +3,12 @@
Available third-party plugins for Apache Cassandra
== CAPI-Rowcache
== Cassandra Lucene Index
The Coherent Accelerator Process Interface (CAPI) is a general term for
the infrastructure of attaching a Coherent accelerator to an IBM POWER
system. A key innovation in IBM POWER8's open architecture is the CAPI.
It provides a high bandwidth, low latency path between external devices,
the POWER8 core, and the system's open memory architecture. IBM Data
Engine for NoSQL is an integrated platform for large and fast growing
NoSQL data stores. It builds on the CAPI capability of POWER8 systems
and provides super-fast access to large flash storage capacity and
addresses the challenges associated with typical x86 server based
scale-out deployments.
**NOTE** Support for the Cassandra Lucene Index Plug-in was retired by Instaclustr after the release of Cassandra 5.0 with Storage-attached Indexing (SAI). It remains support for Cassandra 4.x releases.
The official page for the
https://github.com/ppc64le/capi-rowcache[CAPI-Rowcache plugin] contains
further details how to build/run/download the plugin.
== Stratio's Cassandra Lucene Index
Stratio's Lucene index is a Cassandra secondary index implementation
based on http://lucene.apache.org/[Apache Lucene]. It extends
The Cassandra Lucene Index Plug-in was a Cassandra secondary index implementation
based on http://lucene.apache.org/[Apache Lucene]. It extended
Cassandra's functionality to provide near real-time distributed search
engine capabilities such as with ElasticSearch or
http://lucene.apache.org/solr/[Apache Solr], including full text search
@ -33,5 +18,5 @@ distance. Each node indexes its own data, so high availability and
scalability is guaranteed.
The official Github repository
http://www.github.com/stratio/cassandra-lucene-index[Cassandra Lucene
https://github.com/instaclustr/cassandra-lucene-index/[Cassandra Lucene
Index] contains everything you need to build/run/configure the plugin.