fix skipped variable setting
This commit is contained in:
parent
a097375a6f
commit
32b304b43c
|
@ -131,7 +131,7 @@ public class ShardIndexingService extends AbstractIndexShardComponent {
|
||||||
totalStats.indexCurrent.inc();
|
totalStats.indexCurrent.inc();
|
||||||
typeStats(index.type()).indexCurrent.inc();
|
typeStats(index.type()).indexCurrent.inc();
|
||||||
for (IndexingOperationListener listener : listeners) {
|
for (IndexingOperationListener listener : listeners) {
|
||||||
listener.preIndex(index);
|
index = listener.preIndex(index);
|
||||||
}
|
}
|
||||||
return index;
|
return index;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue