diff --git a/doc/modules/cassandra/nav.adoc b/doc/modules/cassandra/nav.adoc index bf2f3c696e19..5ce9cd95b6f0 100644 --- a/doc/modules/cassandra/nav.adoc +++ b/doc/modules/cassandra/nav.adoc @@ -123,5 +123,3 @@ *** xref:reference/cql-commands/create-table.adoc[] *** xref:reference/cql-commands/drop-index.adoc[] *** xref:reference/cql-commands/drop-table.adoc[] - -** xref:integrating/plugins/index.adoc[] \ No newline at end of file diff --git a/doc/modules/cassandra/pages/integrating/plugins/index.adoc b/doc/modules/cassandra/pages/integrating/plugins/index.adoc deleted file mode 100644 index 8c6925ec39a1..000000000000 --- a/doc/modules/cassandra/pages/integrating/plugins/index.adoc +++ /dev/null @@ -1,37 +0,0 @@ -= Third-Party Plugins -:navtitle: Plug-ins - -Available third-party plugins for Apache Cassandra - -== CAPI-Rowcache - -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. - -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 -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 -capabilities, free multivariable, geospatial and bitemporal search, -relevance queries and sorting based on column value, relevance or -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 -Index] contains everything you need to build/run/configure the plugin.