Performing a '<commit/>' command on the Solr server will force it to open a new IndexReader, and make your changes visible.
Thanks, Stu -----Original Message----- From: "Owens, Martin" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2008 5:38pm To: solr-user@lucene.apache.org Subject: Indexing Directly, searching with solr Hello all, In order to get around problems with Solr indexing very large files (mostly memory issues, not being able to deal with streams, not being able to handle file pointers and handling everything in java as huge strings) we've decided to index using lucene directly. Now we have an index created, but Solr just doesn't see any documents there, even though we know there are documents indexed and the segments and cfs contains data. Any thoughts? Best Regards, Martin Owens