Re: SOLR query validation

2017-05-31 Thread Erick Erickson
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.

Re: SOLR query validation

2017-05-31 Thread Susheel Kumar
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