Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
4 files
+ 53
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
0
@@ -84,3 +84,7 @@ func NewClient(config *Config) (*Client, error) {
func (c *Client) Flush() error {
return c.bulk.Flush()
}
func (c *Client) IndexCommit(indexName string, commit interface{}) error {
return fmt.Errorf("TODO")
}
Loading