Re: Adding multiple documents to the server at once.

2008-09-02 Thread Erik Holstad
Never mind :) On Tue, Sep 2, 2008 at 11:23 AM, Erik Holstad <[EMAIL PROTECTED]> wrote: > Hi! > I'm trying to add multiple documents to the server at the same time, > and it works fine when I know how many I want to add, cause than I > can create that man SolrInputDocuments to store them in. > > B

Adding multiple documents to the server at once.

2008-09-02 Thread Erik Holstad
Hi! I'm trying to add multiple documents to the server at the same time, and it works fine when I know how many I want to add, cause than I can create that man SolrInputDocuments to store them in. But if I don't know the total number in advance, is there a good way of doing this, since reusing one