I have a solr instance where I use copyField at index time on a body of text to put it through two different analysers. I want highlighting for both fields so I have both fields set to stored=true. This bloats the text store for the index with what I believe to be duplicate data.
So
1) Is there a way to point one field to the other fields stored text?
And/Or
2) Is there a better approach to keeping highlighting with different analysers?
I am using solr 6.5, but can update to 7.