Skip to content

Commit

Permalink
Use 'simple' mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 1, 2022
1 parent a5a7847 commit efbd2ad
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 @@ -88,7 +88,7 @@ func GetDocMapping(keys map[string]string) (*mapping.DocumentMapping, error) {
// lang-agnostic ...
//
// en is smaller/faster ...
custom.AddFieldMappingsAt(k, englishTextFieldMapping)
custom.AddFieldMappingsAt(k, simpleFieldMapping)
}
}
}
Expand Down

0 comments on commit efbd2ad

Please sign in to comment.