mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +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/document/field_numeric.go
generated
vendored
2
vendor/github.com/blevesearch/bleve/document/field_numeric.go
generated
vendored
@ -21,7 +21,7 @@ import (
|
||||
"github.com/blevesearch/bleve/numeric"
|
||||
)
|
||||
|
||||
const DefaultNumericIndexingOptions = StoreField | IndexField
|
||||
const DefaultNumericIndexingOptions = StoreField | IndexField | DocValues
|
||||
|
||||
const DefaultPrecisionStep uint = 4
|
||||
|
||||
|
Reference in New Issue
Block a user