i would like to partition an index over X number of remote searchers.
Any ideas, or suggestions, on how to use the same term dictionary (one that represents the terms and frequencies for the whole document collection) over all my indices?
Try using a ParallelMultiSearcher composed of RemoteSearchable's. This combines term statistics from all indexes.
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
