Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
5- Nick Thomas authored
+ 20
− 2
@@ -27,7 +27,7 @@ const (
@@ -95,7 +95,7 @@ func NewClient(config *Config) (*Client, error) {
@@ -119,6 +119,24 @@ func (c *Client) Index(id string, thing interface{}) {