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 BC0107E78 for ; Mon, 29 Aug 2011 17:49:00 +0000 (UTC) Received: (qmail 29553 invoked by uid 500); 29 Aug 2011 17:49:00 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29493 invoked by uid 500); 29 Aug 2011 17:48:59 -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 29484 invoked by uid 99); 29 Aug 2011 17:48:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 17:48:59 +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 17:48:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EE2ADD50B9 for ; Mon, 29 Aug 2011 17:48:37 +0000 (UTC) Date: Mon, 29 Aug 2011 17:48:37 +0000 (UTC) From: "T Jake Luciani (JIRA)" To: commits@cassandra.apache.org Message-ID: <1394332058.3948.1314640117972.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <925182149.15114.1314306884240.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3078) Make Secondary Indexes Pluggable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-3078: -------------------------------------- Attachment: v1-0002-CASSANDRA-3078-thrift-generated-changes.txt v1-0001-CASSANDRA-3078-add-custom-index-type.txt > Make Secondary Indexes Pluggable > --------------------------------- > > Key: CASSANDRA-3078 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3078 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 1.0 > Reporter: T Jake Luciani > Assignee: T Jake Luciani > Labels: secondary_index > Fix For: 1.0 > > Attachments: v1-0001-CASSANDRA-3078-add-custom-index-type.txt, v1-0002-CASSANDRA-3078-thrift-generated-changes.txt > > > CASSANDRA-2982 got us most of the way there... > This ticket removes the IndexType enum (while keeping support for KEYS internally from old cf metadata). > You now specify a index_class rather than index_type. index_class is the full classname of the SecondaryIndex impl. This also adds a index_options map to pass extra info to the secondary index impl if needed. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira