I'm trying to write unit tests for a search component of my own. My component is intended to run in a distributed setting only. The problem is that it seems like Solr's testing framework doesn't make it easy to write unit tests for distributed test components. What is the right way to test such a component?
More details about my problem here: http://stackoverflow.com/questions/25586021/testing-a-solr-distributed-component
