Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 89872 invoked from network); 1 Oct 2009 22:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 22:26:36 -0000 Received: (qmail 18367 invoked by uid 500); 1 Oct 2009 22:26:35 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 18322 invoked by uid 500); 1 Oct 2009 22:26:35 -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 18313 invoked by uid 99); 1 Oct 2009 22:26:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 22:26:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of neophytos@gmail.com designates 209.85.217.227 as permitted sender) Received: from [209.85.217.227] (HELO mail-gx0-f227.google.com) (209.85.217.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 22:26:24 +0000 Received: by gxk27 with SMTP id 27so363400gxk.7 for ; Thu, 01 Oct 2009 15:25:03 -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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=LPjvwqsjmrgFxg4bH5Sum8dJtMgVIZhs+aeN2M/4fg8=; b=RChgd4vFTrtOfzhOjoQoWrLoNaIPR1e0SDiCjcWrnTN/DYDZra1nsH6rEqoUOWee3m k99ifO1T0HnqEx9FUM+Gs64ezEkgaumIP39uc++4olmjZflQIKITQlS8WiKwJutB2Spo QISfztdZuTHib1zt6VugfwGfVhkf/EQKoGNnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=IMDRUTv3KKQCwx9hrukrTqBox87Elw5lpj9jGo4XqySbli7d2z+hyZJ+c8l8gLT6Ge SmFPz3plWujZGr1lAs8TrzG0BaAGS/3ZD8tlQkOppCFUukAq3cbKJ+8tePyo9YO4VqGQ nNv7JGoKsrNBFXwCkbSzpqiWWFWJ2ve2wv2mk= MIME-Version: 1.0 Received: by 10.90.134.2 with SMTP id h2mr965960agd.110.1254435903718; Thu, 01 Oct 2009 15:25:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Oct 2009 22:25:03 +0000 Message-ID: Subject: Re: Cassandra Full-Text Search? From: Neophytos Demetriou To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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. =C2=A0It's a pretty low-level API, but it will scale just fine if yo= u > 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 >> >