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 A83EA1033B for ; Sat, 15 Mar 2014 17:07:44 +0000 (UTC) Received: (qmail 73059 invoked by uid 500); 15 Mar 2014 17:07:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 72969 invoked by uid 500); 15 Mar 2014 17:07:39 -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 72961 invoked by uid 99); 15 Mar 2014 17:07:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2014 17:07:38 +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 yseeley@gmail.com designates 209.85.220.47 as permitted sender) Received: from [209.85.220.47] (HELO mail-pa0-f47.google.com) (209.85.220.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2014 17:07:34 +0000 Received: by mail-pa0-f47.google.com with SMTP id lj1so3951884pab.34 for ; Sat, 15 Mar 2014 10:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=ScBPE8YcOsWCMCdwQDXm5QQ4lXBGQ3jfoG8qYxPTe/I=; b=I225OQDeMo69PKmOF7pR4a8MRyxy9UbIZZSK8hO5QiFvuTKFoic5vGwtMGOdhSgdM8 +iiuCuKgdrDiLKBv6jUab15LyCkRMY5V28YCdcJk9nXfi32oYZmVYDkliIhJlO19sLXe 2AlRNGyDAaNurQ+zspprZPd0tDzDGxBU8Ha+huX69HVVzYMjtUVaNb1cqADO4xx0FUQk m9Fb1QC4tXpt0LHyqY7RkLJ0FJUQChRkAyhBYz9+0IOXOKNjB7JCsNtgpeYY6ShUW7JC YPl+asHAZ3sZzulTDlJxc837TvClAMqJ3uKU0mLWZ5/TJDvnRGUs25fcIv0t0dV+pqDc B1Kg== MIME-Version: 1.0 X-Received: by 10.67.13.226 with SMTP id fb2mr2580128pad.146.1394903234437; Sat, 15 Mar 2014 10:07:14 -0700 (PDT) Sender: yseeley@gmail.com Received: by 10.68.77.38 with HTTP; Sat, 15 Mar 2014 10:07:14 -0700 (PDT) In-Reply-To: <5324879F.5090801@safaribooksonline.com> References: <5324879F.5090801@safaribooksonline.com> Date: Sat, 15 Mar 2014 13:07:14 -0400 X-Google-Sender-Auth: nTWyI-_NSZx0UnlmZ_LvibrzIkc Message-ID: Subject: Re: example schema now stores most field values From: Yonik Seeley To: "solr-user@lucene.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Perhaps so atomic updates work? -Yonik http://heliosearch.org - solve Solr GC pauses with off-heap filters and fieldcache On Sat, Mar 15, 2014 at 1:02 PM, Michael Sokolov wrote: > While upgrading from 4.2.1 to 4.6.1 I noticed that many of the fields > defined in the example schema.xml that used to be indexed and not stored are > now defined as indexed and stored. Is there anything behind this change > other than the idea that it would be more convenient to have all the values > available? Is it somehow cheaper to recover them from the index now, so > that storing (ints, say) is free? > > -Mike