Repository: cassandra Updated Branches: refs/heads/trunk e0ce6ce77 -> 965c7743d
Docs: Add Stratio Lucene Index to plugins Closes #128 patch by Eduardo Alonso de Blas; reviewed by Stefan Podkowinski for CASSANDRA-13682 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/965c7743 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/965c7743 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/965c7743 Branch: refs/heads/trunk Commit: 965c7743d3582b909dd133f96a831f8e07271529 Parents: e0ce6ce Author: edu <[email protected]> Authored: Thu Jul 6 14:08:36 2017 +0200 Committer: Stefan Podkowinski <[email protected]> Committed: Fri Jul 14 19:37:03 2017 +0200 ---------------------------------------------------------------------- doc/source/plugins/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/965c7743/doc/source/plugins/index.rst ---------------------------------------------------------------------- diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index 257a665..2642df2 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -26,3 +26,10 @@ The Coherent Accelerator Process Interface (CAPI) is a general term for the infr The official page for the `CAPI-Rowcache plugin <https://github.com/hhorii/capi-rowcache>`__ 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 `Apache Lucene <http://lucene.apache.org/>`__. It extends Cassandraâs functionality to provide near real-time distributed search engine capabilities such as with ElasticSearch or `Apache Solr <http://lucene.apache.org/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 `Cassandra Lucene Index <http://www.github.com/stratio/cassandra-lucene-index>`__ contains everything you need to build/run/configure the plugin. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
