We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a00565 commit d504598Copy full SHA for d504598
klass-api/src/main/java/no/ssb/klass/api/services/IndexServiceImpl.java
@@ -203,7 +203,6 @@ public void createIndexWithStemmingAnalyzer() {
203
public void indexAsync(Long classificationSeriesId) {
204
checkNotNull(classificationSeriesId);
205
try {
206
- indexService.createIndexWithStemmingAnalyzer();
207
ClassificationSeries classification =
208
classificationRepository.getOne(classificationSeriesId);
209
indexService.indexSync(classification);
0 commit comments