Hi, I have a question about ParallelMultiSearcher performance.
I want to search documents on about 10 gigabytes of index. (The index has 10,000,000 documents.) I get very slow performance using IndexSearcher with ONE index normally. Then I tried to use ParallelMultiSearcher with 10 servers of remote searchable. Index: Each search slaves have 1/10 of index. (ONE index divided to 10 servers.) Search slave: Each search slaves start remote searchable RMI server, and wait connecting from search master. Search master: The search master use Naming.lookup() to get remote searchable. Get 10 remote searchables from each search slaves and build ParallelMultiSearcher. Then search. Any solution? -- Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]