Hi Peter, It looks like the filter's stop words file is set to an absolute path, but then for some reason a base path of "/configs/newspapers/" got prepended to it. This ends up creating a string containing "//", and ZooKeeper complains that this is an empty node name.
I wonder if this is really more of a Solr problem. Have you tried investigating from that side, perhaps by contacting [email protected]? Setting aside the error from ZooKeeper, it seems like Solr itself did not handle this as an absolute path, and so it would end up working with the wrong file path. --Chris Nauroth On 6/10/15, 8:09 AM, "Peter Scholze" <[email protected]> wrote: >Hi all, > >I'm using Zookeeper 3.4.6 in the context of SolrCloud 5. When uploading >a config file containing the following, I get an "Invalid Path String" >error. > ><filter class="solr.StopFilterFactory" >words="/netapp/dokubase/seeval/dicts/stopwords/stopwords_de.txt" >ignoreCase="true"/> > >leads obviously to > >Invalid path string >\"/configs/newspapers//netapp/dokubase/seeval/dicts/stopwords/stopwords_de >.txt\" >caused by empty node name specified @20" > >Is there any way to prevent Zookeeper from doing so? > >Thanks in advance, >best regards > >Peter > > >
