Re: Best way to index Solr XML from w/in the same servlet container

2012-09-20 Thread Chris Hostetter
: 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

Re: Best way to index Solr XML from w/in the same servlet container

2012-09-18 Thread karsten-solr
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