With the DocTransformer stuff in place, we should be able to return the shard info with the documents. (like SOLR-705)
I see two options: 1. Each server adds its own ID to the documents -- I like this approach, but (as far as i can tell) the shards don't really know their ID (or that they are in a distributed request). To support this, we could pass a parameter like &shard.id=localhost:9877 along with the request 2. The controlling server adds the ID to documents as they are returned from the shards. This is kinda messy, but avoids passing an extra parameter. thoughts? ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
