Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
SOLR-16825 has added a new gradle module called 'api' which contains interfaces and POJOs used to describe Solr's (v2) API.
We should move the various "constants" files ("CoreAdminParams", "CommonParams", etc.) from SolrJ to the 'api' module, since it's intended as a single and complete "source of truth" for Solr's APIs. We'll have to keep backcompat in mind here - the constants will need to remain available (but deprecated) at their current location in SolrJ through the 9.x release.
Attachments
Issue Links
- is a child of
-
SOLR-16825 Generate Java bindings from OpenAPI spec
- Resolved