Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 F1B0EDECC for ; Thu, 7 Feb 2013 13:15:38 +0000 (UTC) Received: (qmail 42976 invoked by uid 500); 7 Feb 2013 13:15:36 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 42836 invoked by uid 500); 7 Feb 2013 13:15:36 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 42807 invoked by uid 99); 7 Feb 2013 13:15:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 13:15:35 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amits@infolinks.com designates 207.126.144.141 as permitted sender) Received: from [207.126.144.141] (HELO eu1sys200aog116.obsmtp.com) (207.126.144.141) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Feb 2013 13:15:30 +0000 Received: from mail-fa0-f71.google.com ([209.85.161.71]) (using TLSv1) by eu1sys200aob116.postini.com ([207.126.147.11]) with SMTP ID DSNKUROo3HxkLbpKoynX8CR7EywdV/gM1c63@postini.com; Thu, 07 Feb 2013 13:15:09 UTC Received: by mail-fa0-f71.google.com with SMTP id m1so1346039fam.6 for ; Thu, 07 Feb 2013 05:15:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-received:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=wiJOl3a2fiutJ9iuWiEdhk5y7fLUH7ZnXMGSXJePAS0=; b=Tx8P3Dlu+wqGxthYWqhUWd8jj192PDdGizGMliIUs+7q0AzLYcYvn481cfjSJknKwE Ndy3+UuPYoGeq5PLRqvXcEInwqVH4HZtpXREums7K4u86dl8s6QFzsoOrFRdSAyBApoF 4tvqPHdTN3nhgD4iqpc16CGsBGGWHyqIZiSGh2lG3TDjmPYUOubNiZVve/wwM0rMFSYE mFhq0YMZsgPbDsOiobLdo+QNqyIcd4etD4vvkcbL1kWICQJxwPH0q6W3upblSDGhNcyg 2ZJ3acmSsYPffKbalLjlKtVhryoZ8x0mGHeDcMDjWspBFltm/VFqd31D9BFVoR2fC5Jq Lupw== X-Received: by 10.112.40.36 with SMTP id u4mr765417lbk.36.1360242907834; Thu, 07 Feb 2013 05:15:07 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.40.36 with SMTP id u4mr765415lbk.36.1360242907617; Thu, 07 Feb 2013 05:15:07 -0800 (PST) Received: by 10.114.17.34 with HTTP; Thu, 7 Feb 2013 05:15:07 -0800 (PST) In-Reply-To: References: <1360127129.81902.YahooMailNeo@web140606.mail.bf1.yahoo.com> <982B5CF24C74420FBE88BA1A03098B0C@manthansystems.com> Date: Thu, 7 Feb 2013 15:15:07 +0200 Message-ID: Subject: Re: searching functionality in Hbase From: Amit Sela To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=e0cb4efe301451187004d5223b57 X-Gm-Message-State: ALoCoQkKBgATerk4ATbwdCCiUiYvNcQ6gGWWPqK4M116jHnTh0Uzqh7feQcYERY/D7AxuKkj8xJX9MqadkkN0aEYzI2YLRzeZwMXmvHk2alIZN8QkH8SqghNzi62m+umCHbe2U255iwLT4fDc0Sc7HGc5HbCib3DlQ== X-Virus-Checked: Checked by ClamAV on apache.org --e0cb4efe301451187004d5223b57 Content-Type: text/plain; charset=ISO-8859-1 If you are going to use EndPoint coprocessor check this experiment: http://hbase-coprocessor-experiments.blogspot.co.il/2011/05/extending.html it shows when EndPoint should be preferred over Scan. Also, keep in mind that HBase row keys are lexicographically ordered. Good luck! On Thu, Feb 7, 2013 at 2:15 PM, Mohammad Tariq wrote: > Hello Dastagiri, > > Search is actually Get or Scan+some condition. You have Hbase Filters > and Co-proc. You can use indexing for faster results(search). > > Warm Regards, > Tariq > https://mtariq.jux.com/ > cloudfront.blogspot.com > > > On Thu, Feb 7, 2013 at 5:43 PM, Dastagiri S Shaik < > dastagiri.shaik@manthanservices.com> wrote: > > > Hi All, > > > > Can u please help me any implementations are available in Hbase for > > Searching Functionality? > > > > > > Thanks > > Dastagiri > > > > > --e0cb4efe301451187004d5223b57--