vanng822 / go-solr

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

SolrInterface should support corename #21

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

This makes the configuration easier, solrUrl will be up to solr and applications can use it for both Select, Update and Core Admin. But for Update and Select we need core name. This is probably best a property of Connection but should be able to specify when creating a new SolrInterface. Can be interesting that corename can be switched as well.