Re: Javadoc links needed from V1 APIs to V2 APIs

2024-08-09 Thread David Smiley
https://issues.apache.org/jira/browse/SOLR-17398 On Fri, Aug 9, 2024 at 9:55 PM Jason Gerlowski wrote: > > Good idea! > > One thing that'd make this a bit awkward is the way individual v1 > RequestHandlers often map to many many v2 APIs. (e.g. > CollectionsHandler covers > 40 "operation" types,

Re: Javadoc links needed from V1 APIs to V2 APIs

2024-08-09 Thread Jason Gerlowski
Good idea! One thing that'd make this a bit awkward is the way individual v1 RequestHandlers often map to many many v2 APIs. (e.g. CollectionsHandler covers > 40 "operation" types, for instance!). Maybe using Javadoc's '@see' directive would scale a little better for these cases? In any case, +1