I am running my first solrj program and it is crashing when I call the method
client.query("coreName",queryParms)
The API doc says the string should be a collection. I'm still not sure
about the difference between a collection and a core, so what I am doing is
likely illegal. Given that I have created a core, create a collection from
it so that I can truly pass a collection name to the query function?
Jim A.
