Skip to content

Commit

Permalink
Store text
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 1, 2022
1 parent efbd2ad commit e5974d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/data/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func GetDocMapping(keys map[string]string) (*mapping.DocumentMapping, error) {
keywordFieldMapping.Analyzer = keyword.Name

simpleFieldMapping := bleve.NewTextFieldMapping()
simpleFieldMapping.Store = false
simpleFieldMapping.Store = true
simpleFieldMapping.Analyzer = simple.Name

englishTextFieldMapping := bleve.NewTextFieldMapping()
Expand Down

0 comments on commit e5974d8

Please sign in to comment.