forked from forgejo/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
2
vendor/github.com/blevesearch/bleve/document/field_boolean.go
generated
vendored
2
vendor/github.com/blevesearch/bleve/document/field_boolean.go
generated
vendored
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/blevesearch/bleve/analysis"
|
||||
)
|
||||
|
||||
const DefaultBooleanIndexingOptions = StoreField | IndexField
|
||||
const DefaultBooleanIndexingOptions = StoreField | IndexField | DocValues
|
||||
|
||||
type BooleanField struct {
|
||||
name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue