About solr distributed search

2011-09-29 Thread 秦鹏凯
Hi all, Now I'm doing research on solr distributed search, and it is said documents more than one million is reasonable to use distributed search. So I want to know, does anyone have the test result(Such as time cost) of using single index and distributed search of more than one million data?

Re: About solr distributed search

2011-09-29 Thread Erick Erickson
Please don't cross-post to the dev list too, that list is for internal Solr/Lucene development discussions. As Jay says, "it depends". The general advice is that you should use a single index (perhaps replicated) before you start trying to go the distributed route (sharding). It's like asking "how

About solr distributed search

2011-09-29 Thread Pengkai Qin
Hi all, Now I'm doing research on solr distributed search, and it is said documents more than one million is reasonable to use distributed search. So I want to know, does anyone have the test result(Such as time cost) of using single index and distributed search of more than one million data? I