+1
I have done this myself with paths when running java on Windows - easier to
handle forward/slash, less escaping etc.
PS: I still hope we can remove bin\solr.cmd from 10.0 (but keep support for
Windows paths etc in Java).
Jan
> 14. juni 2024 kl. 19:30 skrev David Smiley :
>
> +1
>
> ~ Dav
+1
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
On Fri, Jun 14, 2024 at 3:30 PM Eric Pugh
wrote:
> In the ref guide we duplicate all out bin/solr post examples to deal with
> the / for unix/Mac and \ for windows.
>
> I asked ChatGPT about this, and
In the ref guide we duplicate all out bin/solr post examples to deal with the /
for unix/Mac and \ for windows.
I asked ChatGPT about this, and it said that Java just deals with it…
I was thinking we could reduce the duplication by just providing the linux
example, and not labeling it “Linux/Ma