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

Isabelle Giguere commented on SOLR-17136:
-----------------------------------------

I started working on this.  
https://github.com/igiguere/solr/tree/SOLR-17136-replace-GenericSolrRequest

I can't assign the ticket to myself, though.

> 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
>
> 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