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 AE10AE662 for ; Fri, 4 Jan 2013 18:55:43 +0000 (UTC) Received: (qmail 2883 invoked by uid 500); 4 Jan 2013 18:55:40 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 2830 invoked by uid 500); 4 Jan 2013 18:55:40 -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 2822 invoked by uid 99); 4 Jan 2013 18:55:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 18:55:40 +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: domain of markrmiller@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vc0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 18:55:34 +0000 Received: by mail-vc0-f171.google.com with SMTP id n11so17150531vch.30 for ; Fri, 04 Jan 2013 10:55:13 -0800 (PST) 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=x8buDz7adpwm0POL+1dyBbaDMg0xkbZFiRB1LUk55J4=; b=srcW4cYJ87PWuL4AWNqUk5zIvwtN74zUmOvhYeuKNA0PqVfk4u2wZqhELoo0gLZoxF nNIVICk17JerMb9lU+VgOu5B1qaXwcsUyOPJqN31FM11oDIbuxJrPkmAla9y4ID2Sj10 Y2BuJ7GNytq++RSKp/4lihvcYVJahQVFSct/WWy52D/o0iCZXVzMVJ6lVRvrm8mVeR8p ayNNdUpWK/v2pvaU+rWpvl0o++d4EzO7Uy3UqpN7ymaSMAkMO8fHAchkpxDq/f7mrRVj GJe36Fk/DwstdeFsrLwbqBgFDCW/94rCwLjhT29Nv5gG3L4i3/2y9b2b4khcBl0xafLR IGmw== X-Received: by 10.220.108.2 with SMTP id d2mr76344900vcp.60.1357325713469; Fri, 04 Jan 2013 10:55:13 -0800 (PST) Received: from [192.168.1.201] (ool-18bf2b7d.dyn.optonline.net. [24.191.43.125]) by mx.google.com with ESMTPS id bm2sm47047466vdc.6.2013.01.04.10.55.10 (version=SSLv3 cipher=OTHER); Fri, 04 Jan 2013 10:55:11 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Terminology question: Core vs. Collection vs... From: Mark Miller In-Reply-To: <54liphsk4fqpauv064hy0c2s.1357325350302@email.android.com> Date: Fri, 4 Jan 2013 13:55:09 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <54liphsk4fqpauv064hy0c2s.1357325350302@email.android.com> To: solr-user@lucene.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org Currently a SolrCore is 1:1 with a low level Lucene index. There is no = reason that needs to alway be that way. It's possible that we may at = some point add built in micro sharding support that means a SolrCore = could have multiple underlying Lucene indexes. Or we may not. - Mark On Jan 4, 2013, at 1:49 PM, darren wrote: > Good point. Agree. >=20 >=20 > Sent from my Verizon Wireless 4G LTE Smartphone >=20 > -------- Original message -------- > From: Upayavira =20 > Date: =20 > To: solr-user@lucene.apache.org=20 > Subject: Re: Terminology question: Core vs. Collection vs...=20 >=20 > Using your terminology, I'd say core is a physical solr term, and = index > is a pysical lucene term. A collection or a shard is a logical solr > term. >=20 > Upayavira >=20 > On Fri, Jan 4, 2013, at 06:28 PM, darren wrote: >> My understanding is core is a logical solr term. Index is a physical >> lucene term. A solr core is backed by a physical lucene index. One = index >> per core. Solr team can correct me if its not accurate. :) >>=20 >>=20 >> Sent from my Verizon Wireless 4G LTE Smartphone >>=20 >> -------- Original message -------- >> From: Alexandre Rafalovitch =20 >> Date: =20 >> To: solr-user@lucene.apache.org=20 >> Subject: Re: Terminology question: Core vs. Collection vs...=20 >> =20 >> Can I just start by saying that this was AMAZING. :-) When I asked = the >> question, I certainly did not expect this level of details. >>=20 >> And I vote on the cake diagram for WIKI as well. Perhaps, two with = the >> first one showing the trivial collapsed state of single >> collection/shard/replica/core. The trivial one will also help to = explain >> why the example is now called 'collection1'. >>=20 >> I think I followed everything, except for just added term of 'index'. >> Isn't >> that the same as 'core'? Or can we have several indexes in one core? >>=20 >> Regards, >> Alex. >> Personal blog: http://blog.outerthoughts.com/ >> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch >> - Time is the quality of nature that keeps events from happening all = at >> once. Lately, it doesn't seem to be working. (Anonymous - via GTD = book) >>=20 >>=20 >> On Fri, Jan 4, 2013 at 10:11 AM, darren wrote: >>=20 >>> This is the containment hierarchy i understand but includes both = physical >>> and logical. >>>=20 >>> -------- Original message -------- >>> From: darren >>> Date: >>> To: = darren@ontrenet.com,yonik@lucidworks.com,solr-user@lucene.apache.org >>> Subject: Re: Terminology question: Core vs. Collection vs... >>>=20 >>> Actually. Node/collection/shard/replica/core/index >>>=20 >>>=20 >>>=20 >>> -------- Original message -------- >>> From: darren >>> Date: >>> To: yonik@lucidworks.com,solr-user@lucene.apache.org >>> Subject: Re: Terminology question: Core vs. Collection vs... >>>=20 >>>=20 >>> Agreed. But for completeness can it be = node/collection/shard/replica/core? >>>=20 >>>=20