About adding fields, consider adding a custom DocumentTransformer
instead, that's much less invasive.
Best,
Erick
On Wed, May 31, 2017 at 5:36 AM, Susheel Kumar wrote:
> Some of these like restricting user to not query some fields (based on
> their authorization) etc. we do in our service layer.
Some of these like restricting user to not query some fields (based on
their authorization) etc. we do in our service layer. The service layer is
what exposed to consumers and this service connects to Solr using SolrJ to
execute queries etc. and get back results (in binary format).
This is one of