Re: %solr_logs_dir% does not like spaces

2019-03-01 Thread Jason Gerlowski
gt; > > > > Von: Arturas Mazeika<mailto:maze...@gmail.com> > > Gesendet: Dienstag, 26. Februar 2019 15:10 > > An: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> > > Betreff: Re: %solr_logs_dir% does not like spaces > > > > > >

Re: %solr_logs_dir% does not like spaces

2019-02-26 Thread Erick Erickson
> Gesendet: Dienstag, 26. Februar 2019 15:10 > An: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> > Betreff: Re: %solr_logs_dir% does not like spaces > > > > Hi Paul, > > getting rid of space in "program files" is doable, y

Re: %solr_logs_dir% does not like spaces

2019-02-26 Thread Arturas Mazeika
Hi Paul, getting rid of space in "program files" is doable, you are right. One way to do it is through - echo %programfiles% ==> C:\Program Files - echo %programfiles(x86)% ==> C:\Program Files (x86) Getting rid of spaces in sub directories is very difficult as we use tons of those for dif