Skip to content

Commit

Permalink
Merge pull request #12 from georchestra/minimal-french-stemmer
Browse files Browse the repository at this point in the history
feat: set stemmer to minimal
  • Loading branch information
f-necas authored Nov 18, 2024
2 parents 1ddb888 + 6983e73 commit 9e66b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/index/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"french_stemmer": {
"type": "stemmer",
"language": "light_french"
"language": "minimal_french"
},
"english_stop": {
"type": "stop",
Expand Down
2 changes: 1 addition & 1 deletion config/index/records_french.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"french_stemmer": {
"type": "stemmer",
"language": "light_french"
"language": "minimal_french"
},
"keepInspireServiceTypes": {
"type": "keep",
Expand Down

0 comments on commit 9e66b48

Please sign in to comment.