Good point. Using a different stored field for highlights has been asked for; there's a JIRA issue & a patch: https://issues.apache.org/jira/browse/SOLR-1105 I'm too busy to push this forward by myself but if you can take over there, I can work with you (or anyone) to get it in.
~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Mar 12, 2021 at 12:32 PM gnandre <arnoldbron...@gmail.com> wrote: > Hi, > > I am running into a conflict between two constraints. > > Atomic updates require copy-field destinations to be stored=false. However, > if we want to use these copy-field destination fields in highlighting then > they need to be stored=true. > > How to resolve this conflict? >