Reputation: 54323
On Solr 4.1 with several servers and shards, is there a way to include any of these information into the query response?
I'm facing an issue where I think the data is not beind distributed between machines properly, but I am not sure yet, so I want to do more research.
Upvotes: 1
Views: 57
Reputation: 3854
you can use &debug=true
This will give you details like which shard & which replica gave you the result.
Upvotes: 2