: I've created a custom process in Solr that has a Zookeeper Watcher
: configured to pull Solr XML files from a znode. When I receive a file I can
: send the file to /update and get it indexed, but that seems inefficient. I
: could use SolrJ, but I believe that is still sending an HTTP request to
Original-Nachricht
> Datum: Mon, 17 Sep 2012 13:29:53 -0700
> Von: Jay Hill
> An: solr-user@lucene.apache.org
> Betreff: Best way to index Solr XML from w/in the same servlet container
> I've created a custom process in Solr that has a Zookeeper Watcher
> conf