Attempting dataimport using FileListEntityProcessor

2008-06-23 Thread mike segv
I'm trying to use the fileListEntityProcessor to add some xml documents to a solr index. I'm running a nightly version of solr-1.3 with SOLR-469 and SOLR-563. I've been able to successfuly run the slashdot httpDataSource example. My data-config.xml file loads without errors. When I attempt the

Re: Attempting dataimport using FileListEntityProcessor

2008-06-23 Thread mike segv
y . > See the modified xml added below > --Noble > > > > > newerThan="'NOW-10DAYS'" recursive="true" rootEntity="false" > dataSource="null" baseDir="/san/tomcat-services/solr-medline"> > forEach="/MedlineCi

Re: Attempting dataimport using FileListEntityProcessor

2008-06-24 Thread mike segv
imit updates > to > 100 instead of importing all documents? > > On Tue, Jun 24, 2008 at 10:23 AM, mike segv <[EMAIL PROTECTED]> wrote: > >> >> That fixed it. >> >> If I'm inserting millions of documents, how do I control docs/update? >> E.

Re: [Update] Solr can be started from jetty but not tomcat

2008-06-19 Thread mike segv
The error messages due to this problem are very misleading. After a lot of trial and error I got solr to work with tomcat by adding the xalan.jar to the libs directory and rebuilding the war file. Vinci wrote: > > Hi all, > > after several hour I make the solr works a little bit: the jetty v