Solr: Does the PatternReplaceFilterFactory able to replace the field value for copyField and then index it?
问题 I have indexed the data from solr.xml and monitor.xml that came with the solr package, and I added the below configuration in the schema.xml file <field name="my_field" type="my_field_type" indexed="true" stored="true" required="false"/> <copyField source="name" dest="my_field" /> <fieldType name="my_field_type" class="solr.TextField"> <analyzer type="index"> <tokenizer class="solr.KeywordTokenizerFactory"/> <filter class="solr.PatternReplaceFilterFactory" pattern=".*" replacement=