Probably sanitize the data on the front end? Something simple like put "REDACTED" for all of the customer-sensitive fields.
You might also write a DocTransformer plugin, all you have to do is implement subclass DocTransformer and override one very simple "transform" method, Best, Erick On Wed, Oct 7, 2015 at 5:09 PM, Tarala, Magesh <mtar...@bh.com> wrote: > Folks, > I have a strange question. We have a Solr implementation that we would like > to demo to external customers. But we don't want to display the real data, > which contains our customer information and so is sensitive data. What's the > best way to scramble the data of the Solr Query results? By best I mean the > simplest way with least amount of work. BTW, we have a .NET front end > application. > > Thanks, > Magesh > > >