You can also try Stratio Cassandra, which is based in Cassandra 2.1.2, the
latest version of Apache Cassandra:
https://github.com/Stratio/stratio-cassandra
It provides an open sourced implementation of the secondary indexes of
Cassandra, which allows you to perform full-text queries, distributed
r
Yes but the stargate-core project is using native lucene libraries but yes
it would be dependent on the stargate-core developer.
I find that very easy and doing more analysis on this.
Regards
Asit
On Mon, Feb 2, 2015 at 12:50 PM, Colin wrote:
> I use solr and cassandra but not together. I wri
I use solr and cassandra but not together. I write what I want indexed into
solr (and only unstructured data), and related data into either cassandra or
oracle. I use the same key across all three db's.
When I need full text search etc, I read the data from solr, grab the keys, and
go get the
I tried elasticsearch but pulling up the data from Cassandra is a big pain.
The river pulls up all the the data everytime and no incremental approach.
Its a great product but i had to change my writing approach which i am just
doing in Cassandra from .net client .
Also you have to create a separate
Also there is a project as Stargate-Core which gives the utility of
querying with wildcard characters.
the location is
https://github.com/tuplejump/stargate-core/releases/tag/0.9.9
it supports the 2.0.11 version of cassandra..
Also elasticsearch is another product but pumping the data from Cass
>
> If you have a list of usernames stored in your cassandra database,
> how could you find all usernames starting with 'Jo'?
Cassandra does not support full text search on its own, if you are looking
into DataStax enterprise Cassandra there is an integration with Slor that
gives you this functio
Hi,
I was just reading about cassandra and playing a little
with it (using django www.djangoproject.com on the web server).
One thing that I realized now is that fulltext search
as in a normal sql statement (example):
select name from users where name like 'Jo%';
Simply does not work because