views:

378

answers:

2

I am planning to build a cassandra store system and also I need a full-text(Chinese) system too. Can sphinx be used on cassandra? (sphinx supports xml format but I am not going to use it, cause it is slow and much of time are spent on xml parsing). Or you can share your experiences if you have ever built a full-text searching system over cassandra. Thank you

+1  A: 

I would recommend to take a look at Lucandra (Lucandra = Lucene + Cassandra )

Schildmeijer
what's its advantages over sphinx? I heard that sphinx had a good performance
Mickey Shine
A: 

There's no other way to build sphinx index except of using xml pipe as of now

Andriy Bohdan