Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 881A0200BCA for ; Mon, 21 Nov 2016 18:59:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 86A24160AF9; Mon, 21 Nov 2016 17:59:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF036160AEF for ; Mon, 21 Nov 2016 18:59:26 +0100 (CET) Received: (qmail 71527 invoked by uid 500); 21 Nov 2016 17:59:24 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 71454 invoked by uid 99); 21 Nov 2016 17:59:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 17:59:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DCA2DC6A8A for ; Mon, 21 Nov 2016 17:59:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id mFb2oHu9-zIU for ; Mon, 21 Nov 2016 17:59:21 +0000 (UTC) Received: from wunderwood.org (wunderwood.org [192.220.101.25]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 60BC05F39A for ; Mon, 21 Nov 2016 17:59:21 +0000 (UTC) Received: (qmail 64068 invoked by uid 25881); 21 Nov 2016 17:58:40 -0000 Received: from unknown (HELO [192.168.1.69]) (wunder@[76.218.104.65]) (envelope-sender ) by 192.220.101.25 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 21 Nov 2016 17:58:40 -0000 From: Walter Underwood Content-Type: multipart/alternative; boundary="Apple-Mail=_5DA55769-7A28-46FA-8C22-A3C5A24BE6AF" Message-Id: Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Multiple search-queries in 1 http request ? Date: Mon, 21 Nov 2016 09:58:38 -0800 References: To: solr-user@lucene.apache.org In-Reply-To: X-Mailer: Apple Mail (2.2104) archived-at: Mon, 21 Nov 2016 17:59:27 -0000 --Apple-Mail=_5DA55769-7A28-46FA-8C22-A3C5A24BE6AF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii A agree that dispatching multiple queries is better. With multiple queries, we need to deal with multiple result codes, = multiple timeouts, and so on. Then write tests for all that stuff. wunder Walter Underwood wunder@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Nov 21, 2016, at 9:55 AM, Christian Ortner = wrote: >=20 > Hi, >=20 > there has been an JIRA issue[0] for a long time that contains some = patches > for multiple releases of Solr that implement this functionality. It's = a > different topic if those patches still work in recent versions, and = the > issue has been resolved as a won't fix. >=20 > Personally, I think starting multiple queries asynchronously right = after > each other has little disadvantages over a batching mechanism. >=20 > Best regards, > Chris >=20 >=20 > [0] https://issues.apache.org/jira/browse/SOLR-1093 >=20 > On Thu, Nov 17, 2016 at 7:50 PM, Mikhail Khludnev = wrote: >=20 >> Hello, >> There is nothing like that in Solr. >>=20 >> On Thursday, November 17, 2016, Dorian Hoxha >> wrote: >>=20 >>> Hi, >>>=20 >>> I couldn't find anything in core for "multiple separate queries in 1 = http >>> request" like elasticsearch >>> >> current/search-multi-search.html> >>> ? I found this >>> > multiple-queries/> >>> blog-post though I thought there is/should/would be something in = core ? >>>=20 >>> Thank You >>>=20 >>=20 >>=20 >> -- >> Sincerely yours >> Mikhail Khludnev >>=20 --Apple-Mail=_5DA55769-7A28-46FA-8C22-A3C5A24BE6AF--