From dev-return-330382-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue Aug 7 16:53:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CCFBB180676 for ; Tue, 7 Aug 2018 16:53:04 +0200 (CEST) Received: (qmail 82019 invoked by uid 500); 7 Aug 2018 14:53:03 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 82009 invoked by uid 99); 7 Aug 2018 14:53:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2018 14:53:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C6E861A2C93 for ; Tue, 7 Aug 2018 14:53:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id SZQthcS9uAgs for ; Tue, 7 Aug 2018 14:53:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A64A25F490 for ; Tue, 7 Aug 2018 14:53:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DDA52E0026 for ; Tue, 7 Aug 2018 14:53:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A1C1E23F99 for ; Tue, 7 Aug 2018 14:53:00 +0000 (UTC) Date: Tue, 7 Aug 2018 14:53:00 +0000 (UTC) From: "boxbe-notifications@boxbe.com (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-3759) Support joining in a distributed environment. 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/LUCENE-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571779#comment-16571779 ] boxbe-notifications@boxbe.com commented on LUCENE-3759: ------------------------------------------------------- Hello boxbe-notifications@boxbe.com (JIRA), Your message about "[jira] [Commented] (LUCENE-3759) Support joining in a distributed environment." has been waitlisted. Please add yourself to my Boxbe Guest List so your messages will go to my Inbox. Click the link below to be added: https://www.boxbe.com/crs?tc_serial=41903616834&tc_rand=1951428269&utm_source=stf&utm_medium=email&utm_campaign=CN_STDW&utm_content=002 Thank you, jyotitiwari609@gmail.com Powered by Boxbe -- "End Email Overload" Visit http://www.boxbe.com/how-it-works?tc_serial=41903616834&tc_rand=1951428269&utm_source=stf&utm_medium=email&utm_campaign=CN_STDW&utm_content=002 Boxbe, Inc. | 65 Broadway, Suite 601 | New York, NY 10006 Privacy Policy: http://www.boxbe.com/privacy | Unsubscribe: http://www.boxbe.com/unsubscribe > Support joining in a distributed environment. > --------------------------------------------- > > Key: LUCENE-3759 > URL: https://issues.apache.org/jira/browse/LUCENE-3759 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/join > Reporter: Martijn van Groningen > Priority: Major > > Add two more methods in JoinUtil to support joining in a distributed manner. > * Method to retrieve all from values. > * Method to create a TermsQuery based on a set of from terms. > With these two methods distributed joining can be supported following these steps: > # Retrieve from values from each shard > # Merge the retrieved from values. > # Create a TermsQuery based on the merged from terms and send this query to all shards. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org