vanng822 / go-solr

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

Make it possible to add documents to solr #6

Closed vanng822 closed 10 years ago

vanng822 commented 10 years ago

See si.Add method, can be good to support batch commit in the beginning.

and https://wiki.apache.org/solr/UpdateJSON

Provide possibility to call with commit flag

vanng822 commented 10 years ago

Should be acceptable now