Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
Files
2- Nick Thomas authored
+ 6
− 1
@@ -3,6 +3,7 @@ package elastic
@@ -60,7 +61,7 @@ func NewClient(config *Config) (*Client, error) {
@@ -108,6 +109,10 @@ func (c *Client) Flush() error {