Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2B02DEFD for ; Wed, 15 May 2013 17:06:13 +0000 (UTC) Received: (qmail 80152 invoked by uid 500); 15 May 2013 17:06:10 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 79924 invoked by uid 500); 15 May 2013 17:06:10 -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 79915 invoked by uid 99); 15 May 2013 17:06:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 17:06:10 +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 (athena.apache.org: domain of markrmiller@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vb0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 17:06:04 +0000 Received: by mail-vb0-f44.google.com with SMTP id e13so651549vbg.3 for ; Wed, 15 May 2013 10:05:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=6w+GQGY9jCp7hoa3fAtuPBJwFJdY0+DGdEWAYmEC/zU=; b=p/BGGPsOXXZGpwVaWNq4mEHVNJSrku82v08I0tDcuO0I0xznmA2US+z4gnNRJrJY3G eIfmWSkTd5hqTy2jOgN+dwO8p9NG2ZbkgY9OkZaSxn7PxIjdFLNBw6TNilA1wzS0FBeV 25GHjJxP41ueloRBOcJO9pBpSql8zhDQXivbvKVSsSI3wx220nOCCkQV1OObg3TieVbM MABjLggikKat04lUawgP83UCQ4Zo4RqCqXPKrDrIyYVPoP4DG1PcYDGA6bWsTA159viw nrJ156QNaRURofeTF8+iDkTHMGctYy74BdC51YnBUqsP8Y7gBI6kw4ylT/hUMrSOzIEv OgrA== X-Received: by 10.220.101.69 with SMTP id b5mr25667273vco.55.1368637544148; Wed, 15 May 2013 10:05:44 -0700 (PDT) Received: from [192.168.1.201] (ool-18bf2b7d.dyn.optonline.net. [24.191.43.125]) by mx.google.com with ESMTPSA id io3sm3375638vdb.12.2013.05.15.10.05.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 15 May 2013 10:05:40 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Compatible collections SOLR4 / SOLRCloud? From: Mark Miller In-Reply-To: <5193B672.50301@workdigital.co.uk> Date: Wed, 15 May 2013 13:05:39 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5193B672.50301@workdigital.co.uk> To: solr-user@lucene.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org They need to be similar enough to satisfy the particular queries. - Mark On May 15, 2013, at 12:23 PM, Marcin wrote: > Hi there, >=20 > I am trying to figure out what SOLR means by compatible collection in = order to be able to run the following query: >=20 > |Query all shards of multiple compatible collections, explicitly = specified:| >=20 > = |http://localhost:8983/solr/collection1/select?collection=3Dcollection1_NY= ,collection1_NJ,collection1_CT| >=20 > Does this mean that the schema.xml must be exactly same between those = collections or just partially same (share same fields used to satisfy = the query)? >=20 > cheers, > /Marcin >=20 >=20