epugh commented on PR #2456:
URL: https://github.com/apache/solr/pull/2456#issuecomment-2106273308

   From my perspective, GSR is the wrong way to think about a generic 
interaction..  It has all the overhead and complexity of our SolrJ apis, but 
without any of the nice typing, helping you craft a query.   And in MANY places 
I see us instead work around GSR by doing our own JSON get/post etc with a 
straight up HTTP client.   I'd love to see 1) Anywhere GSR is used, ask 
ourselves why we don't have a proper Java request object?   2) 
GenericSolrRequest deprecated, and then maybe make it a bit easier to just 
"Send a darn json query to this arbitrary endpoint"..   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to