Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
- Nick Thomas authored
+ 3
− 3
@@ -24,7 +24,7 @@ func (i *Indexer) SubmitCommit(c *object.Commit) error {
@@ -37,7 +37,7 @@ func (i *Indexer) SubmitFile(file *object.File) error {
@@ -48,7 +48,7 @@ func (i *Indexer) IndexCommits() error {