[
https://issues.apache.org/jira/browse/SOLR-17136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved SOLR-17136.
------------------------------------
Fix Version/s: 10.1
Assignee: Jason Gerlowski
Resolution: Fixed
Thanks for all your work on this [~igiguere] and [~epugh]! I've merged to
'main' and 'branch_10x', so it should eventually appear in 10.1.
This ticket was nominally around removing usages of GenericSolrRequest, which
is important in its own right. But it's really nice that we've gotten two new
SolrJ request-classes out of the bargain as well - that'll be great for not
just our server-side code but all SolrJ users!
> 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
> Assignee: Jason Gerlowski
> Priority: Major
> Labels: newdev, pull-request-available
> Fix For: 10.1
>
> 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]