On 4/1/22 19:38, Shawn Heisey wrote:
If you don't have anything in your solrconfig.xml file or your schema
that copies the data, then it must be your indexing system that is
populating that field.
This can be found in the schema file in the _default configset in 8.11:
<!-- This can be enabled, in case the client does not know what
fields may be searched. It isn't enabled by default
because it's very expensive to index everything twice. -->
<!-- <copyField source="*" dest="_text_"/> -->
This is commented out in that config, which means it won't be active
unless somebody uncomments it.
Thanks,
Shawn