While looking at our jett.xml, I noticed some rewrite rules including a
"/v2/*" mapping.
https://github.com/apache/solr/blob/b14505c19a76e833734dc0c75febc3601f633e37/solr/server/etc/jetty.xml#L142C35-L142C35

Is this considered a deprecated URL pattern for V2 which is now at "/api"
if I recall correctly?  If so, should we remove this in main (Solr 10)?  A
quick look in JIRA and I couldn't find the umbrella issue to try and answer
this.  I looked at
https://cwiki.apache.org/confluence/display/SOLR/SIP-16%3A+Polish+and+Prepare+v2+APIs+for+v1+Deprecation
and it doesn't mention "/v2" or "/api".

I searched the ref guide and see only one page referencing "/v2" --
task-management.adoc

~ David

Reply via email to