simbabque
simbabque

Reputation: 54323

How do I include the responding node in a solr query?

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

Answers (1)

vishnu viswanath
vishnu viswanath

Reputation: 3854

you can use &debug=true

This will give you details like which shard & which replica gave you the result.

Upvotes: 2

Related Questions