I have a copyField: <copyField source="body" dest="catchall" /> <copyField source="preview" dest="catchall"/>
But sometimes preview (<field name="preview" type="stems" indexed="true" stored="true" multiValued="true" />) is not populated. It appears that the "catchall" field does not get created when preview has no content in it. Can I use required=false or similar on a copyField? Thanks, Matt