forked from NYANDEV/forgejo
Update to last common bleve (#3986)
This commit is contained in:
parent
1b7cd3d0b0
commit
917b9641ec
184 changed files with 39576 additions and 121 deletions
10
vendor/github.com/blevesearch/bleve/search/search.go
generated
vendored
10
vendor/github.com/blevesearch/bleve/search/search.go
generated
vendored
|
@ -37,12 +37,12 @@ func (ap ArrayPositions) Equals(other ArrayPositions) bool {
|
|||
|
||||
type Location struct {
|
||||
// Pos is the position of the term within the field, starting at 1
|
||||
Pos uint64 `json:"pos"`
|
||||
|
||||
Pos uint64 `json:"pos"`
|
||||
|
||||
// Start and End are the byte offsets of the term in the field
|
||||
Start uint64 `json:"start"`
|
||||
End uint64 `json:"end"`
|
||||
|
||||
Start uint64 `json:"start"`
|
||||
End uint64 `json:"end"`
|
||||
|
||||
// ArrayPositions contains the positions of the term within any elements.
|
||||
ArrayPositions ArrayPositions `json:"array_positions"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue