mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 18:47:19 +00:00
Update to last common bleve (#3986)
This commit is contained in:
committed by
Lunny Xiao
parent
1b7cd3d0b0
commit
917b9641ec
2
vendor/github.com/blevesearch/bleve/index.go
generated
vendored
2
vendor/github.com/blevesearch/bleve/index.go
generated
vendored
@ -76,7 +76,7 @@ func (b *Batch) SetInternal(key, val []byte) {
|
||||
b.internal.SetInternal(key, val)
|
||||
}
|
||||
|
||||
// SetInternal adds the specified delete internal
|
||||
// DeleteInternal adds the specified delete internal
|
||||
// operation to the batch. NOTE: the bleve Index is
|
||||
// not updated until the batch is executed.
|
||||
func (b *Batch) DeleteInternal(key []byte) {
|
||||
|
Reference in New Issue
Block a user