vanng822 / go-solr

Solr client in Go, core admin, add docs, update, delete, search and more
MIT License
69 stars 42 forks source link

Refactoring: reduce number of response types #28

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

we should have 2 type of response for raw response from solr, one for select and other get method, this should have Status property for quick access and one for update/post which should contain Success to indicate if the operation was successfully.