When someone talks about full text search, I usually assume there’s more required than keyword search, ie simple tokenization and a little stemming.
* Term Vectors, common used for a “more like this feature” * Ranking of search results * Facets * More complex tokenization like trigrams So anyway, I don’t know if the OP had those requirements, but it’s important to keep in mind. > On Oct 24, 2017, at 1:33 AM, DuyHai Doan <doanduy...@gmail.com> wrote: > > There is already a full text search index in Cassandra called SASI > > On Tue, Oct 24, 2017 at 6:50 AM, Ridley Submission > <ridley.submission2...@gmail.com <mailto:ridley.submission2...@gmail.com>> > wrote: > Hi, > > Quick question, I am wondering if anyone here who works with Go has specific > recommendations for as simple framework to add text search on top of > cassandra? > > (Apologies if this is off topic—I am not quite sure what forum in the > cassandra community would be best for this type of question) > > Thanks, > Riley >