mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Upgrade blevesearch to v0.8.1 (#9177)
For #1441 https://github.com/blevesearch/bleve/commit/a91b427b59b893f112021841ba7370d285f8426f
This commit is contained in:
+2
@@ -117,6 +117,8 @@ func (b *Batch) String() string {
|
||||
// be re-used in the future.
|
||||
func (b *Batch) Reset() {
|
||||
b.internal.Reset()
|
||||
b.lastDocSize = 0
|
||||
b.totalSize = 0
|
||||
}
|
||||
|
||||
func (b *Batch) Merge(o *Batch) {
|
||||
|
||||
Reference in New Issue
Block a user