Skip to content

Commit d504598

Browse files
committed
did not index
1 parent 8a00565 commit d504598

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public void createIndexWithStemmingAnalyzer() {
203203
public void indexAsync(Long classificationSeriesId) {
204204
checkNotNull(classificationSeriesId);
205205
try {
206-
indexService.createIndexWithStemmingAnalyzer();
207206
ClassificationSeries classification =
208207
classificationRepository.getOne(classificationSeriesId);
209208
indexService.indexSync(classification);

0 commit comments

Comments
 (0)