Re: [EXTERNAL] full text search on some text columns

2018-08-01 Thread Hannu Kröger
supporting Cassandra 3.11.2 (the version i >>>> currently use) >>>> >>>> Sent using Zoho Mail >>>> >>>> >>>> >>>> Forwarded message >>>> From : Andrzej Śliwiński >>>>

Re: [EXTERNAL] full text search on some text columns

2018-08-01 Thread Octavian Rinciog
s://www.zoho.com/mail/> >> >> >> Forwarded message >> From : Andrzej Śliwiński >> To : >> Date : Wed, 01 Aug 2018 08:16:06 +0430 >> Subject : Re: [EXTERNAL] full text search on some text columns >> Forwarded message

Re: [EXTERNAL] full text search on some text columns

2018-08-01 Thread Hannu Kröger
; last 8 Months and not supporting Cassandra 3.11.2 (the version i currently >> use) >> >> Sent using Zoho Mail >> >> >> >> Forwarded message >> From : Andrzej Śliwiński >> To : >> Date : Wed, 01 Aug 2018 08:

Re: Re: [EXTERNAL] full text search on some text columns

2018-07-31 Thread Ben Slater
> Date : Wed, 01 Aug 2018 08:16:06 +0430 > Subject : Re: [EXTERNAL] full text search on some text columns > Forwarded message > > Maybe this plugin could do the job: > https://github.com/Stratio/cassandra-lucene-index > > On Tue, 31 Jul 2018 at 2

Fwd: Re: [EXTERNAL] full text search on some text columns

2018-07-31 Thread onmstester onmstester
Subject : Re: [EXTERNAL] full text search on some text columns Forwarded message Maybe this plugin could do the job: https://github.com/Stratio/cassandra-lucene-index On Tue, 31 Jul 2018 at 22:37, onmstester onmstester wrote:

Re: [EXTERNAL] full text search on some text columns

2018-07-31 Thread Andrzej Śliwiński
er onmstester > *Sent:* Tuesday, July 31, 2018 10:46 AM > *To:* user > *Subject:* [EXTERNAL] full text search on some text columns > > > > I need to do a full text search (like) on one of my clustering keys and > one of partition keys (it use text as data type). The input rate

RE: [EXTERNAL] full text search on some text columns

2018-07-31 Thread onmstester onmstester
  From: onmstester onmstester Sent: Tuesday, July 31, 2018 10:46 AM To: user Subject: [EXTERNAL] full text search on some text columns   I need to do a full text search (like) on one of my clustering keys and one of partition keys (it use text as data type). The input rate is high so only

Re: full text search on some text columns

2018-07-31 Thread onmstester onmstester
Thanks Jordan, There would be millions of rows per day, is SASI capable of standing such a rate? Sent using Zoho Mail On Tue, 31 Jul 2018 19:47:55 +0430 Jordan West wrote On Tue, Jul 31, 2018 at 7:45 AM, onmstester onmstester wrote: I need to do a full text search (like) on one of

Re: full text search on some text columns

2018-07-31 Thread DuyHai Doan
I had SASI in mind before stopping myself from replying to this thread. Actually the OP needs to index clustering column and partition key, and as far as I remember, I've myself opened a JIRA and pushed a patch for SASI to support indexing composite partition key but there are some issues so far

Re: full text search on some text columns

2018-07-31 Thread Jordan West
On Tue, Jul 31, 2018 at 7:45 AM, onmstester onmstester wrote: > I need to do a full text search (like) on one of my clustering keys and > one of partition keys (it use text as data type). > For simple LIKE queries on existing columns you could give SASI (

RE: [EXTERNAL] full text search on some text columns

2018-07-31 Thread Durity, Sean R
That sounds like a problem tailor-made for the DataStax Search (embedded SOLR) solution. I think that would be the fastest path to success. Sean Durity From: onmstester onmstester Sent: Tuesday, July 31, 2018 10:46 AM To: user Subject: [EXTERNAL] full text search on some text columns I need

full text search on some text columns

2018-07-31 Thread onmstester onmstester
I need to do a full text search (like) on one of my clustering keys and one of partition keys (it use text as data type). The input rate is high so only Cassandra could handle it, Is there any open source version project which help using cassandra+ solr or cassandra + elastic? Any