Re: What is the largest index(s) size lucene can support

2006-04-04 Thread Chris Hostetter
: Or if to be more specific, can Lucene support BILLIONS of documents : (across multiple indexes), and search all of them at once using the : Parallel searcher? I believe the theoretical limit in the number of documents is Integer.MAX_VALUE -- regardless of how you partition the index, your Multi

What is the largest index(s) size lucene can support

2006-03-29 Thread Mordo, Aviran (EXP N-NANNATEK)
I know Lucene can have multiple indexes and have a parallel search across indexes. The question I have is what is the largest number of documents Lucene can support with multiple distributed indexes. Or if to be more specific, can Lucene support BILLIONS of documents (across multiple indexes), and