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 964B385E8 for ; Sat, 17 Sep 2011 23:22:43 +0000 (UTC) Received: (qmail 77747 invoked by uid 500); 17 Sep 2011 23:22:40 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 77704 invoked by uid 500); 17 Sep 2011 23:22: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 77696 invoked by uid 99); 17 Sep 2011 23:22:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 23:22:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.210.46 as permitted sender) Received: from [209.85.210.46] (HELO mail-pz0-f46.google.com) (209.85.210.46) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 23:22:33 +0000 Received: by pzk32 with SMTP id 32so6112762pzk.5 for ; Sat, 17 Sep 2011 16:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=s+eRBs8FKD/zUWYrZtYzcgyqgaHNluG+ZAnUS1lLc+U=; b=ax4FGIiiSF9id0LvI4M0wu1pM1Wuf2Ki2n0JPVfRNXvsujJ1Vuj4h72gLGskSqQSDF 1rcPP9APchKoO7Z4h2WbwHYk5dbcjeB1e+0toPTUsYnhnv2RP5L1o9hZueYNbgc8PWd0 54qv+PN+HKIE30S8QpiIr/7W5NggWoyDxfkO8= MIME-Version: 1.0 Received: by 10.68.25.42 with SMTP id z10mr1538316pbf.15.1316301732552; Sat, 17 Sep 2011 16:22:12 -0700 (PDT) Received: by 10.68.54.35 with HTTP; Sat, 17 Sep 2011 16:22:12 -0700 (PDT) In-Reply-To: <87EFD220-753C-4B2C-8E57-0A0330C83ABF@gmail.com> References: <40FCBD1CA64FA94F8397F1E2B5F51FFEAC393DB15C@LB-MXSERVER.lawbulletin.com> <87EFD220-753C-4B2C-8E57-0A0330C83ABF@gmail.com> Date: Sat, 17 Sep 2011 19:22:12 -0400 Message-ID: Subject: Re: Add copyTo Field without re-indexing? From: Erick Erickson 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 Luis: This will only work if *all* the fields have ' stored=3D"true" '. Or at least enough that you can get back all the original data. Fetching a document will not return data for any field that has stored=3D"false"... Best Erick On Fri, Sep 16, 2011 at 2:33 PM, Luis Cappa wrote: > Hello. > > You can also develop an application by yourself that uses Solrj to retrie= ve all the documents from your =EDndex, process and add all the new informa= tion (fields) desired and the index them into another Solr index. Its easy. > > Goodbye! > > > > El 16/09/2011, a las 17:39, "Olson, Ron" escribi=F3: > >> Hi all- >> >> I have an 11 gig index that I realize I need to add another field to, bu= t not from the actual query using DIH, but via copyTo. >> >> Is there any way to re-parse an existing index, adding the new copyTo fi= eld, without having to basically start all over again with DIH? >> >> Thanks, >> >> Ron >> >> DISCLAIMER: This electronic message, including any attachments, files or= documents, is intended only for the addressee and may contain CONFIDENTIAL= , PROPRIETARY or LEGALLY PRIVILEGED information. =A0If you are not the inte= nded recipient, you are hereby notified that any use, disclosure, copying o= r distribution of this message or any of the information included in or wit= h it is =A0unauthorized and strictly prohibited. =A0If you have received th= is message in error, please notify the sender immediately by reply e-mail a= nd permanently delete and destroy this message and its attachments, along w= ith any copies thereof. This message does not create any contractual obliga= tion on behalf of the sender or Law Bulletin Publishing Company. >> Thank you. >