Re: NPE when sharding multiple layers

2010-01-07 Thread Yonik Seeley
On Thu, Jan 7, 2010 at 4:33 PM, Michael wrote: > Does "not supported" mean "we can't guarantee whether it will work or > not", or "you may be able to figure it out on your own"? Not implemented, and not expected to work. For example, some info such as sortFieldValues would need to be merged and r

Re: NPE when sharding multiple layers

2010-01-07 Thread Michael
Thanks, Yonik. Does "not supported" mean "we can't guarantee whether it will work or not", or "you may be able to figure it out on your own"? Apparently I am able to get *some* queries through, just not those that pass through the fieldtype that i really need (a complex analyzer). When I search

Re: NPE when sharding multiple layers

2010-01-07 Thread Yonik Seeley
On Thu, Jan 7, 2010 at 4:17 PM, Michael wrote: > I wanted to try 2 layers of sharding. Distrib search was written with multi-level in mind, but it's not supported yet. -Yonik http://www.lucidimagination.com

NPE when sharding multiple layers

2010-01-07 Thread Michael
Hi all, I've got an index split across 28 cores -- 4 cores on each of 7 boxes (multiple cores per box in order to use more of its CPUs.) When I configure a "toplevel" core to fan out to all 28 index cores, it works, but is slower than I'd have expected: Toplevel core ==> all 28 index cores