Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B32ED555 for ; Tue, 9 Oct 2012 11:51:28 +0000 (UTC) Received: (qmail 58371 invoked by uid 500); 9 Oct 2012 11:51:25 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 57535 invoked by uid 500); 9 Oct 2012 11:51:23 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 57518 invoked by uid 99); 9 Oct 2012 11:51:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 11:51:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 11:51:14 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLYKu-0000xI-Mq for user@cassandra.apache.org; Tue, 09 Oct 2012 13:50:56 +0200 Received: from c-68-32-133-231.hsd1.nj.comcast.net ([68.32.133.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 13:50:56 +0200 Received: from oleg.dulin by c-68-32-133-231.hsd1.nj.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2012 13:50:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Oleg Dulin Subject: Re: Text searches and free form queries Date: Tue, 9 Oct 2012 07:50:41 -0400 Lines: 16 Message-ID: References: <2E50C3F9-64FD-49B0-B6A5-AA5ACBE38DAD@thelastpickle.com> <48DB3BF1-A084-4CC2-861D-57A33A81A8D3@thelastpickle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-68-32-133-231.hsd1.nj.comcast.net User-Agent: Unison/2.1.9 X-Virus-Checked: Checked by ClamAV on apache.org >> >> It works pretty fast. > Cool. > Just keep an eye out for how big the lucene token row gets. > Cheers > > Indeed, it may get out of hand, but for now we are ok -- for the foreseable future I would say. Should it get larger, I can split it up into rows -- i.e. all tokens that start with "a", all tokens that start with "b", etc.