Re: Using copyField with dynamicField

2015-08-25 Thread Scott Dawson
Zach, As an alternative to 'copyField', you might want to consider the CloneFieldUpdateProcessorFactory: http://lucene.apache.org/solr/5_0_0/solr-core/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html It supports specification of field names with regular expressions, exclusion

Re: Using copyField with dynamicField

2015-08-24 Thread Erick Erickson
What is reported in the Solr log? That's usually much more informative. Best, Erick On Mon, Aug 24, 2015 at 5:26 PM, Alexandre Rafalovitch wrote: > It should work (at first glance). copyField does support wildcards. > > Do you have a field called "text"? Also, your field name and field > type "t

Re: Using copyField with dynamicField

2015-08-24 Thread Alexandre Rafalovitch
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.s

Using copyField with dynamicField

2015-08-24 Thread Zach Thompson
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   z...@duckduckgo.com