Re: Make "hostContext" always be "/solr"?

2023-07-27 Thread Gus Heck
TLDR; I support removing configurability, but not the long term immutability of /api's current location. Cleaning up weirdness and inconsistency seems good, but I don't really like the fact that we occupy root context, and I was with you until you advocated setting /api in stone. I find it entire

Re: Make "hostContext" always be "/solr"?

2023-07-27 Thread David Smiley
+1 to not make this changeable. I think this is a left-over vestige of earlier Solr times where it was just a webapp in a servlet container that you had to install. On Thu, Jul 27, 2023 at 4:27 PM Eric Pugh wrote: > Hi all…. In working on SOLR-16800, which let’s us pass in a -solrUrl > that i

Re: Make "hostContext" always be "/solr"?

2023-07-27 Thread Ishan Chattopadhyaya
+1 On Fri, 28 Jul, 2023, 1:56 am Eric Pugh, wrote: > Hi all…. In working on SOLR-16800, which let’s us pass in a -solrUrl > that is “http://localhost:8983 ” instead of the > current “http://localhost:8983/solr”.This will set us up in the > future when V2 api’s get c

Make "hostContext" always be "/solr"?

2023-07-27 Thread Eric Pugh
Hi all…. In working on SOLR-16800, which let’s us pass in a -solrUrl that is “http://localhost:8983 ” instead of the current “http://localhost:8983/solr”.This will set us up in the future when V2 api’s get called, and they are under “http://localhost:8983/api” ;-).