I have an index with $ sign in field names in Solr. Reindexing is not an option. There are functional queries in Solr with $ being variable identifier (See here). When i call a query to retrieve specific fields (fl=$created_dt,name), solr will return an error
Error parsing fieldname: Missing param created_dt while parsing function '$created_dt,$name'
I understand that is because Solr interpret it as a variable. Is there any way to fix it?