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

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

Commit a9b87593fae28ef7720e82864f1896798f330906 in solr's branch 
refs/heads/branch_10x from igiguere
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=a9b87593fae ]

SOLR-17136: Add request classes for metrics and sys-info (#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