Alexandre, Furkan reports an error about a copyField *dest* - SOLR-4567 was 
about the copyField *source*, and the fix was included in 4.2.1.

In order for copyFields to work, the dest *must* match a field or dynamicField 
declaration in the schema - otherwise there's no way to know what type the 
destination field is.

Furkan, can you give the parts of your schema that are involved here?  Maybe 
you just need to add a "*_s" dynamicField with type="string"?

Steve

On Apr 24, 2013, at 7:08 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote:
> You are running 4.2, right?
> 
> If you searched mailing list, you would probably find that this is a
> regression: https://issues.apache.org/jira/browse/SOLR-4567
> 
> Should be fixed in 4.3 (I reported this originally and it works in 4.3rc3).
> 
> Regards,
>   Alex.
> Personal blog: http://blog.outerthoughts.com/
> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
> - Time is the quality of nature that keeps events from happening all
> at once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD
> book)
> 
> 
> On Wed, Apr 24, 2013 at 7:02 PM, Furkan KAMACI <furkankam...@gmail.com> wrote:
>> When I try to configure schema.xml within example folder and start jar file
>> I get that error:
>> 
>> org.apache.solr.common.SolrException: copyField dest :'author_s' is not an
>> explicit field and doesn't match a dynamicField.
>> 
>> There is nothing about it at example schema.xml file?

Reply via email to