[ 
https://issues.apache.org/jira/browse/SOLR-17136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18047918#comment-18047918
 ] 

ASF subversion and git services commented on SOLR-17136:
--------------------------------------------------------

Commit 0efab551b68973fae7aae741470ccc02e310d2f5 in solr's branch 
refs/heads/main from igiguere
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=0efab551b68 ]

SOLR-17136: Introduce MetricsRequest and SystemInfoRequest to SolrJ (#3955)

Having dedicated SolrRequest implementations for these APIs gives users a much 
better experience, and allows the server-side code to replace a number of 
GenericSolrRequest usages that were pretty ugly in the server's "core" module.

Co-authored-by: Isabelle Giguere <[email protected]>
Co-authored-by: Eric Pugh <[email protected]>
Co-authored-by: Jason Gerlowski <[email protected]>

> Replace most uses of GenericSolrRequest in Solr code
> ----------------------------------------------------
>
>                 Key: SOLR-17136
>                 URL: https://issues.apache.org/jira/browse/SOLR-17136
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: 10.0
>            Reporter: Jason Gerlowski
>            Priority: Major
>              Labels: newdev, pull-request-available
>          Time Spent: 10h 50m
>  Remaining Estimate: 0h
>
> GenericSolrRequest, a SolrRequest implementation that can be used to make 
> requests to arbitrary endpoints via a specified HTTP method and path, is used 
> in 50-60 places through Solr's codebase.
> In most of these places, it's used as a "last resort" because SolrJ doesn't 
> offer a more specific SolrRequest implementation that covers the API the 
> developer wanted to use.
> Where this is the case, we should fill these gaps in SolrJ with new 
> SolrRequest implementations and remove the usage of GSR.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to