Both the source and the destination of copyField
can contain asterisks, which will match anything. For example, the following line will copy the contents of all incoming fields that match the wildcard pattern *_t
to the text field.:
< copyField source = "*_t" dest = "text" maxChars = "25000" /> |
Read full article from Copying Fields - Apache Solr Reference Guide - Apache Software Foundation
No comments:
Post a Comment