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 43625D696 for ; Wed, 4 Jul 2012 05:55:42 +0000 (UTC) Received: (qmail 68041 invoked by uid 500); 4 Jul 2012 05:55:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 67081 invoked by uid 500); 4 Jul 2012 05:55:38 -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 67062 invoked by uid 99); 4 Jul 2012 05:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 05:55:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anithian@gmail.com designates 209.85.161.176 as permitted sender) Received: from [209.85.161.176] (HELO mail-gg0-f176.google.com) (209.85.161.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 05:55:30 +0000 Received: by ggnk4 with SMTP id k4so7002138ggn.35 for ; Tue, 03 Jul 2012 22:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=f7qW/1fL2TqQYGGpyYhDNaS02RMn9ZovA9sgw6d6Itw=; b=pcrZ/rPllcVGShSsMQ+5txXI9VFNP7SjZcNm997jiu6hOJOmR9d6fiABQfLn4tX2Ws 4L1otxPaMkPVU2eOwnkr53nGvxQFQ22Myw/ZMWOw+cz9A3hs01xjWUINzmhce5dG+jGV f/63nh9uIeR9PBnOtpiGEZFi/Ge32CpEgb257oCIgAYL5/IopsXpQA07Lgsz+ie4os08 NuTQoKgzVkPBPlBhA4+qpUUeLaVWGPbPa0Ms8IJ7eD8yPbNSwWTrce447bdbFj41WZej xdiP4sschZ1MeQBrpPzSI8Asa7Gq2nyKb2pKmDzxpBQXuOp+gub7WXopwUyap1BOWuFN bdBA== Received: by 10.50.168.1 with SMTP id zs1mr12688130igb.45.1341381309768; Tue, 03 Jul 2012 22:55:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.104.66 with HTTP; Tue, 3 Jul 2012 22:54:49 -0700 (PDT) In-Reply-To: References: From: Amit Nithian Date: Tue, 3 Jul 2012 22:54:49 -0700 Message-ID: Subject: Re: difference between stored="false" and stored="true" ? To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org So couple questions on this (comment first then question): 1) I guess you can't have four combinations b/c index=3Dfalse/stored=3Dfalse has no meaning? 2) If you set less fields stored=3Dtrue does this reduce the memory footprint for the document cache? Or better yet, I can store more documents in the cache possibly increasing my cache efficiency? I read about the lazy loading of fields which seems like a good way to maximize the cache and gain the advantage of storing data in Solr too. Thanks Amit On Sat, Jun 30, 2012 at 11:01 AM, Giovanni Gherdovich wrote: > Thank you Fran=E7ois and Jack for those explainations. > > Cheers, > GGhh > > 2012/6/30 Fran=E7ois Schiettecatte: >> Giovanni >> >> means the data is stored in the index and [...] > > > 2012/6/30 Jack Krupansky: >> "indexed" and "stored" are independent [...]