You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2006/04/04 09:40:04 UTC

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

: 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
MultiSearcher has to be able to address every doc by (an) id.

There may be pratical limits you'd hit before you reach that point.



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org