Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-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 F29521031C for ; Wed, 19 Feb 2014 11:09:34 +0000 (UTC) Received: (qmail 76411 invoked by uid 500); 19 Feb 2014 11:09:32 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 75872 invoked by uid 500); 19 Feb 2014 11:09:31 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 75860 invoked by uid 99); 19 Feb 2014 11:09:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 11:09:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.128.171] (HELO mail-ve0-f171.google.com) (209.85.128.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 11:09:25 +0000 Received: by mail-ve0-f171.google.com with SMTP id pa12so207230veb.16 for ; Wed, 19 Feb 2014 03:09:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=9eigeTbvpj0NMmGOMS3ooaq9qQU9awjlVmykY8lCDYo=; b=exBvERg+dP7139KscWr1AIGy1tNym/ZEVspsPmSCATOLuavm7fJgC7heMxlsU2pzOn 1El2xq2IM/n2ryXS/xp+MIyss6FYhaAF7OUH62UospggXmV0FrHDDpIHc/CTCzq/dhi/ faTFPUsp7v96y3Wa6SH/ZdcACadWMp6HxTlZR4KkI7vlt6H8DiFivxC0ZyQtFM9wYMqa SdZDNZkAMWAs8P23Cx+moJLCqnoNciu1RPEHDhOB98bezyxy0Uch3YRlMAY9iD7IVolF q01NwLD9uapLxc6UiZW24tyG764J7/198XKzWhAG3nX/MzZc3Hy7bjDWUN4IrU9ScSod WNYg== X-Gm-Message-State: ALoCoQkliTMwPrfAkmJoTdktFMgVgIntOU/UqJmOF8a4Q6oppJIh+kUOkTxh3MiTuDYOgcuY7Irk X-Received: by 10.52.109.3 with SMTP id ho3mr87891vdb.76.1392808144303; Wed, 19 Feb 2014 03:09:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.221.5.3 with HTTP; Wed, 19 Feb 2014 03:08:44 -0800 (PST) In-Reply-To: References: From: Michael McCandless Date: Wed, 19 Feb 2014 06:08:44 -0500 Message-ID: Subject: Re: parentblockjoincollector.getTopGroup is giving null To: Lucene Users Cc: priyanka.tufchi@launchship.com Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Can you boil your test down to a small standalone test case? Also, try the latest 4.x branch (soon to be 4.7); there one issue fixed recently in how block join queries rewrite. Not sure that's affecting you, but it may be. Mike McCandless http://blog.mikemccandless.com On Wed, Feb 19, 2014 at 3:27 AM, Priyanka Tufchi wrote: > Hi All, > > > I am getting Null Value in TopGroups ScoreHits = > parentblockjoincollector.getTopGroups.(...) .Please Help Out. > > > > Attached the Code with the mail. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org