Merge branch 'master' into graceful-queues

This commit is contained in:
Andrew Thornton
2019-12-30 18:39:25 +00:00
parent b1c9fa7f1a
commit 4d8b8ed02e
3 changed files with 3 additions and 12 deletions
-5
View File
@@ -266,8 +266,3 @@ func (b *BleveIndexer) Search(keyword string, repoIDs []int64, limit, start int)
}
return &ret, nil
}
// Close the Index
func (b *BleveIndexer) Close() error {
return b.indexer.Close()
}