On 8/24/07, Apache Wiki <[EMAIL PROTECTED]> wrote: > + Using an [EmbeddedSolr] for indexing can be over 50% faster than one using > XML messages that are posted.
Paul, were the documents posted one-per-message, or did you try multiple (like 50 to 100) per message? If one per message, the best way to increase performance is to have multiple threads adding docs. I'd be curious to know how a single CSV file would clock in at as well... -Yonik