I'd separate the splitting of the binary documents from the sharding in Solr -
they're different things and the split may be required at different levels, due
to different numbers of documents.
Splitting the dependency means that you can store the path in the document and
not need to infer anyt
I'd just put the data in the document. That way, you're not
inferring anything, you *know* which shard (or even the
logical shard) the data came from.
Does that make sense in your problem sace?
Erick
On Tue, Mar 22, 2011 at 3:20 PM, JohnRodey wrote:
> I have an issue and I'm wondering if there