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 2F32218904 for ; Tue, 25 Aug 2015 00:27:49 +0000 (UTC) Received: (qmail 12168 invoked by uid 500); 25 Aug 2015 00:27:44 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 12096 invoked by uid 500); 25 Aug 2015 00:27:44 -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 12079 invoked by uid 99); 25 Aug 2015 00:27:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 00:27:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 28585C0332 for ; Tue, 25 Aug 2015 00:27:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id aWspr4pvCjsV for ; Tue, 25 Aug 2015 00:27:33 +0000 (UTC) Received: from mail-yk0-f170.google.com (mail-yk0-f170.google.com [209.85.160.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 565D842B46 for ; Tue, 25 Aug 2015 00:27:33 +0000 (UTC) Received: by ykll84 with SMTP id l84so139341375ykl.0 for ; Mon, 24 Aug 2015 17:27:33 -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; bh=3sIn71yE7PubvbaO25ujv9Ic/orM8YrKFEmhOS4DhzM=; b=Jf8SwU4yISnN6boK9lbFTZTxtwxmIbAoN7LJROcC7TO7xNifAvnduC0N/Fm2nEEC28 OiSG2ec7skJKomKnhPhuR0OMoCkG4Ntv0mMkW7f5P7tjE0iwSdQ7b8VmT5G/PxbTlp6Z +PyMMEMVs0/FTJgX5LBoSr0kqeW1cljME24W3HLVFc7aZnOrARkG6CCVWM7FLGb9kZ5R 6ecqLwAEjRKDC0meQrn6Zt6zbrja6JiJcTOyBTjUYlbHoyKEud3jk4IZ40YZ0fOOR3Dj iucao+eC8g0Fv4J0Fi9UKp7OPChG9nRvqXc8Qw6RnA/+mW215A1yKi2tsSoRv/1+0keT 0bJQ== X-Received: by 10.13.215.74 with SMTP id z71mr32262853ywd.151.1440462452989; Mon, 24 Aug 2015 17:27:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.46.76 with HTTP; Mon, 24 Aug 2015 17:26:53 -0700 (PDT) In-Reply-To: <1440451642.3157033.364891257.3E0A15E5@webmail.messagingengine.com> References: <1440451642.3157033.364891257.3E0A15E5@webmail.messagingengine.com> From: Alexandre Rafalovitch Date: Mon, 24 Aug 2015 20:26:53 -0400 Message-ID: Subject: Re: Using copyField with dynamicField To: solr-user Content-Type: text/plain; charset=UTF-8 It should work (at first glance). copyField does support wildcards. Do you have a field called "text"? Also, your field name and field type "text" have the same name. Not sure it is the best idea. Regards, Alex. ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 24 August 2015 at 17:27, Zach Thompson wrote: > Hi All, > > Is it possible to use copyField with dynamicField? I was trying to do > the following, > > > > > and getting a 400 error on trying to copy the first dynamic field. > Without the copyField the fields seem to load ok. > > -- > Zach Thompson > zach@duckduckgo.com > >