Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 77321 invoked from network); 7 Oct 2010 16:25:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Oct 2010 16:25:46 -0000 Received: (qmail 62226 invoked by uid 500); 7 Oct 2010 16:25:44 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 62202 invoked by uid 500); 7 Oct 2010 16:25:44 -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 62194 invoked by uid 99); 7 Oct 2010 16:25:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 16:25:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.210.44 as permitted sender) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Oct 2010 16:25:37 +0000 Received: by pzk6 with SMTP id 6so7398pzk.31 for ; Thu, 07 Oct 2010 09:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=zI/NwLCjPs+wDUwG5HXGMsB7cWYdud3q5gQxiQDrVaE=; b=lID4SphafFE0xcSbOu5IenClHrA8lgnpwPCKjxAooN12mJckawDKP+LzzKKfN11npA E1527xHh4A5+x8G8YMdiamjh9IKmpkedjVf6cezqRvRFeTDlVgBvYQaUiyOCiZtOYoQW JhIixEgQiie1ff5x32zwa63LURjaFFOglYAuU= 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; b=PV/iuW8cvFBaidaBjJYJzO4O5dG8CKRIvKa3n3IKWqm7Noo8TiNAmBQeKTzVgzziIw cso8lSfPJtWBwws/78l/dtDHGvvGeh/5uTSsL615x47kIMCRlvWN5HR4VMGRvFlEidid 8++9RziYKt/tNFZHwyFGWk7OF57+PR6i8dYI4= MIME-Version: 1.0 Received: by 10.143.45.4 with SMTP id x4mr809064wfj.186.1286468714891; Thu, 07 Oct 2010 09:25:14 -0700 (PDT) Received: by 10.220.176.131 with HTTP; Thu, 7 Oct 2010 09:25:14 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Oct 2010 11:25:14 -0500 Message-ID: Subject: Re: Creating and using indices From: Jonathan Ellis To: user Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Oct 7, 2010 at 10:13 AM, Christian Decker wrote: > So basically my indices should work? Is there a simple way to check that, so > that we can exclude that? > > Are LTE working (or on the roadmap for the 0.7.0 release)? No, LT[E] is not on the roadmap for primary index clauses (GT[E] is, for 0.7.1). So you would want to create an index with an inverted comparator, to turn LTE into GTE. > Or does the EQ > operator have to math anything or can I just add an EQ to a not existing > value to get LTE working too? If you ask for EQ not-existing-value you will get no results back, of course. -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com