mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-15 05:03:58 +09:00
Update to last common bleve (#3986)
This commit is contained in:
committed by
Lunny Xiao
parent
1b7cd3d0b0
commit
917b9641ec
1
vendor/github.com/blevesearch/bleve/document/document.go
generated
vendored
1
vendor/github.com/blevesearch/bleve/document/document.go
generated
vendored
@ -20,7 +20,6 @@ type Document struct {
|
||||
ID string `json:"id"`
|
||||
Fields []Field `json:"fields"`
|
||||
CompositeFields []*CompositeField
|
||||
Number uint64 `json:"-"`
|
||||
}
|
||||
|
||||
func NewDocument(id string) *Document {
|
||||
|
Reference in New Issue
Block a user