vanng822 / go-solr

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

Adding support for basic auth #11

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

Suggestion: 1) Alter connection HTTPPost and HTTPGet so we can somehow pass login info 2) Connection should contain login info 3) Possibility to pass login info when create a new SolrInterface or set login info from SolrInterface