Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 58294 invoked from network); 2 Oct 2009 01:51:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Oct 2009 01:51:30 -0000 Received: (qmail 91622 invoked by uid 500); 2 Oct 2009 01:51:30 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 91606 invoked by uid 500); 2 Oct 2009 01:51:30 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 91597 invoked by uid 99); 2 Oct 2009 01:51:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 01:51:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vijay2win@gmail.com designates 209.85.210.174 as permitted sender) Received: from [209.85.210.174] (HELO mail-yx0-f174.google.com) (209.85.210.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2009 01:51:19 +0000 Received: by yxe4 with SMTP id 4so669510yxe.32 for ; Thu, 01 Oct 2009 18:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=N9NkhI5kPTz/lEkrD940cgZ7+iAQSpmbFabvIvsZUpA=; b=dNbipSkWja9wmzcptZf+AU3uODwUeUUPiQQHopjrht9EUCZCXFfPoYMMeIQBRBfbVf 34HR8oVvdOulII79WOZ8dPGPbiQYHIpWyVfTHvoavLF8WjkEXAsCfeoGImIuJ4AghlOI 1+aHXZqRAQmHlIh4YrHnq+0cnVfu97klHDLaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=YCAFPotpFUlFSR+ISaZ61PVYvopaFxK12mdg9etuE/7gBvhU2aEm3gcpVtHmcxOrM4 /rdewGp0X4HOQ4sDE9/ZrkUCVOuHM+F6uAtxWa0O4ugxA4s1Y8oOFrf5VwnDeSZbMyS+ hTKRly5f+fohELmiMeRQfhJgjaoNK53Xjh9fY= MIME-Version: 1.0 Received: by 10.101.102.15 with SMTP id e15mr1967614anm.109.1254448258159; Thu, 01 Oct 2009 18:50:58 -0700 (PDT) In-Reply-To: References: From: Vijay Date: Thu, 1 Oct 2009 18:50:38 -0700 Message-ID: <9b40bc2a0910011850l223e8588s37f2d5ff6189a162@mail.gmail.com> Subject: Re: Cassandra Full-Text Search? To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=001636ed6980d117660474e9fe76 X-Virus-Checked: Checked by ClamAV on apache.org --001636ed6980d117660474e9fe76 Content-Type: text/plain; charset=UTF-8 Hi Neo, can the code be viewed publically? Regards, On Thu, Oct 1, 2009 at 3:25 PM, Neophytos Demetriou wrote: > Hi james, > > I did it. It's been a while (nice to see all these openacs people > around). Feel free to ping me over the weekend. > > Best wishes, > Neophytos > > On Wed, Sep 30, 2009 at 4:00 AM, Jonathan Ellis wrote: > > Cassandra does not give you FTS or any secondary indexing out of the > > box. It's a pretty low-level API, but it will scale just fine if you > > want to build a FTS index out of it -- this is what facebook's first > > cassandra app was, and http://twitter.com/tjake is working on a > > Cassandra back end for Lucene which will be more general-purpose. > > > > There's links to some presentations facebook gave which cover their > > inbox search data model at > > http://wiki.apache.org/cassandra/ArticlesAndPresentations. > > > > -Jonathan > > > > On Tue, Sep 29, 2009 at 10:44 PM, James Thornton > > wrote: > >> Hi Jonathan - > >> > >> To what extent does Cassandra support full-text search? For some > >> reason, I have not been able to find much on this. Has anyone > >> integrated Lucene with it? > >> > >> Thanks > >> > >> James Thornton > >> > > > --001636ed6980d117660474e9fe76 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Neo,

can the code be viewed publically?
Regards,
</VJ>




On Thu, Oct 1, 2009 at 3:25 PM, Neophyto= s Demetriou <ne= ophytos@gmail.com> wrote:
Hi james,

I did it. It's been a while (nice to see all these openacs people
around). Feel free to ping me over the weekend.

Best wishes,
Neophytos

On Wed, Sep 30, 2009 at 4:00 AM, Jonathan Ellis <jbellis@gmail.com> wrote:
> Cassandra does not give you FTS or any secondary indexing out of the > box. =C2=A0It's a pretty low-level API, but it will scale just fin= e if you
> want to build a FTS index out of it -- this is what facebook's fir= st
> cassandra app was, and http://twitter.com/tjake is working on a
> Cassandra back end for Lucene which will be more general-purpose.
>
> There's links to some presentations facebook gave which cover thei= r
> inbox search data model at
> http://wiki.apache.org/cassandra/ArticlesAndPresentations= .
>
> -Jonathan
>
> On Tue, Sep 29, 2009 at 10:44 PM, James Thornton
> <james@jamesthornton.com= > wrote:
>> Hi Jonathan -
>>
>> To what extent does Cassandra support full-text search? For some >> reason, I have not been able to find much on this. Has anyone
>> integrated Lucene with it?
>>
>> Thanks
>>
>> James Thornton
>>
>

--001636ed6980d117660474e9fe76--