Skip to content

Commit e678d02

Browse files
committed
Add missing light stemmer to Lucene API example, consistent with solr and ES
1 parent a65f297 commit e678d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Analyzer analyzer = CustomAnalyzer.builder(Paths.get("/path/to/german-decompound
118118
"onlyLongestMatch", "true",
119119
"minSubwordSize", "4")
120120
.addTokenFilter(GermanNormalizationFilterFactory.NAME)
121+
.addTokenFilter(GermanLightStemFilterFactory.NAME)
121122
.build();
122123
```
123124

0 commit comments

Comments
 (0)