Skip to content

Commit 0dc49fb

Browse files
committed
use index settings
1 parent 869f5ac commit 0dc49fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

klass-api/src/main/java/no/ssb/klass/api/services/IndexServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public void createIndexWithStemmingAnalyzer() {
199199
public void indexAsync(Long classificationSeriesId) {
200200
checkNotNull(classificationSeriesId);
201201
try {
202+
indexService.createIndexWithStemmingAnalyzer();
202203
ClassificationSeries classification =
203204
classificationRepository.getOne(classificationSeriesId);
204205
indexService.indexSync(classification);

0 commit comments

Comments
 (0)