Update to last common bleve (#3986)
This commit is contained in:
parent
1b7cd3d0b0
commit
917b9641ec
184 changed files with 39576 additions and 121 deletions
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue