Well, I'm not sure. But any index, even one split amongst many nodes is going to have some interesting performance characteristics if you have over 2 billion documents.... So I'm not sure it matters <G>...
What problem are you really trying to solve? You'll probably get more meaningful answers if you tell us what that is. Best Erick On Thu, Mar 6, 2008 at 10:23 AM, Ray <[EMAIL PROTECTED]> wrote: > Hey Guys, > > just a quick question to confirm an assumption I have. > > Is it correct that I can have around 100 Indexes each at its > Integer.MAX_VALUE limit of documents, but can happily > search them all with a MultiSearcher if all combined returned > hits don't add up to the Integer.MAX_VALUE themselves ? > > Kind regards, > > Ray. > > >