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 0BF6A10A62 for ; Fri, 8 Nov 2013 20:49:30 +0000 (UTC) Received: (qmail 49597 invoked by uid 500); 8 Nov 2013 20:49:27 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 49570 invoked by uid 500); 8 Nov 2013 20:49:27 -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 49562 invoked by uid 99); 8 Nov 2013 20:49:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 20:49:27 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajamani.mahesh@gmail.com designates 209.85.192.173 as permitted sender) Received: from [209.85.192.173] (HELO mail-pd0-f173.google.com) (209.85.192.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 20:49:21 +0000 Received: by mail-pd0-f173.google.com with SMTP id r10so2617202pdi.4 for ; Fri, 08 Nov 2013 12:48:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NxMnVD2OF9ZzAXNL2F8b7DXWpSluvh87vDWGcZGZNPw=; b=tn3c7XEWzGo301n7++UWACdAWmFFCWbFryRoMJf0Q2CVpZL8qddjDcnYnwKd2yESiG t851V1cpABQ+rSYeDBoqceDhZW8tx6ebmuBqAxj1bLYLP/7wRmAFUMGLRBiyDi7pwW3X hMVckSnoHIDxI6VrOjqK6vvhR89hxAVFEDTkDMpPG5NGZ6GMoTUNd7BjekRXDQZvtfJV nuYoV95depA42nC6A85N++ph4VE9yTgPeihzusnJBh+6fC/HGNNOBzTVL0/LVlYN1DXU uk+SSg0TrmxDcr6T2dvXxlgzEAGLQIB2y/pKAEXp9WJDWArywpdX85O9mrWACq5DvmK7 zQzQ== MIME-Version: 1.0 X-Received: by 10.66.118.233 with SMTP id kp9mr10103120pab.182.1383943739800; Fri, 08 Nov 2013 12:48:59 -0800 (PST) Received: by 10.68.226.72 with HTTP; Fri, 8 Nov 2013 12:48:59 -0800 (PST) Date: Fri, 8 Nov 2013 15:48:59 -0500 Message-ID: Subject: Creating custom secondary index in Cassandra. From: mahesh rajamani To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=e89a8ffbac6d00077d04eab0838b X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ffbac6d00077d04eab0838b Content-Type: text/plain; charset=ISO-8859-1 Hello, I am looking out for some additional details about how to create a custom Secondary Index. I see CQL documentation where we can provide our implementation of secondary index using the syntax: CREATE CUSTOM INDEX ON users (email) USING 'path.to.the.IndexClass'; But there are no information about the interface that need to be implemented. Can someone give more information/reference on how to use this. -- Regards, Mahesh Rajamani --e89a8ffbac6d00077d04eab0838b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
=A0
I am looking out for s= ome additional details about how to create a custom Secondary Index.
=
I see CQL documentation where we can provide our implementation of sec= ondary index using the syntax:
CREATE CUSTOM INDEX =
ON users (email) USING 'path.to.the.IndexClass';=A0
But there are no information about the interface that need to be= implemented. Can someone give more information/reference on how to use thi= s.
=A0
--
Regards,
Mahesh Rajamani
--e89a8ffbac6d00077d04eab0838b--