Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48A1D89BA for ; Mon, 29 Aug 2011 01:56:02 +0000 (UTC) Received: (qmail 20892 invoked by uid 500); 29 Aug 2011 01:56:01 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 20857 invoked by uid 500); 29 Aug 2011 01:56:01 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 20841 invoked by uid 99); 29 Aug 2011 01:56:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 01:56:01 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 01:55:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1C011D4086 for ; Mon, 29 Aug 2011 01:55:38 +0000 (UTC) Date: Mon, 29 Aug 2011 01:55:38 +0000 (UTC) From: "Todd Nine (JIRA)" To: commits@cassandra.apache.org Message-ID: <315897974.1807.1314582938111.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-1598) Add Boolean Expression to secondary querying MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Nine updated CASSANDRA-1598: --------------------------------- Issue Type: New Feature (was: Sub-task) Parent: (was: CASSANDRA-2915) > Add Boolean Expression to secondary querying > -------------------------------------------- > > Key: CASSANDRA-1598 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1598 > Project: Cassandra > Issue Type: New Feature > Components: API > Affects Versions: 0.7 beta 3 > Reporter: Todd Nine > > Add boolean operators similar to Lucene style searches. Currently there is implicit support for the && operator. It would be helpful to also add support for ||/Union operators. I would envision this as the client would be required to construct the expression tree and pass it via the thrift interface. > BooleanExpression --> BooleanOrIndexExpression > --> BooleanOperator > --> BooleanOrIndexExpression > I'd like to take a crack at this since it will greatly improve my Datanucleus plugin -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira