Added new class DocumentCollection that holds information about a document collection and is the access point for some API endpoint (delete(), get_number_of_documents(), import_documents())
Added support for five new endpoints
Getting list of all DocumentCollection
Create a new DocumentCollection
Getting information about a single DocumentCollection (mainly used to access the number of documents)
Deleting a DocumentCollection
Importing a plain/text or solr-xml document into a DocumentCollection
New tests in test_client to test these functions on the client level and some specific tests in test_document_collection