mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +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_text.go
generated
vendored
2
vendor/github.com/blevesearch/bleve/document/field_text.go
generated
vendored
@ -20,7 +20,7 @@ import (
|
||||
"github.com/blevesearch/bleve/analysis"
|
||||
)
|
||||
|
||||
const DefaultTextIndexingOptions = IndexField
|
||||
const DefaultTextIndexingOptions = IndexField | DocValues
|
||||
|
||||
type TextField struct {
|
||||
name string
|
||||
|
Reference in New Issue
Block a user