But, the <copyField> directive in the schema has a limitation. It will only
copy data between fields with the same type. If the two fields are a
different type, the copy is ignored. This example would require <copyField>
to translate 'sint' to 'integer'.
really? what version are you running? what error do you get? Does it
just not show up? Have you checked your index with luke?
I don't see anything in the DocumentBuilder that tries to behave this way:
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java
ryan