Re: Distibuted search

2013-01-28 Thread Isaac Hebsh
Well, My index is already broken to 16 shards... The behaviour I supposed - It absolutely doesn't happen... Right? Does it make sense somehow as an improvement request? Technically, Can multiple Lucene responses be intersected this way? On Mon, Jan 28, 2013 at 9:27 PM, Mingfeng Yang wrote: > In

Re: Distibuted search

2013-01-28 Thread Mingfeng Yang
In your case, since there is no co-current queries, adding replicas won't help much on improving the response speed. However, break your index into a few shards do help increase query performance. I recently break an index with 30 million documents (30G) into 4 shards, and the boost is pretty impr