Skip to content

Commit 56d7b75

Browse files
committed
fix propagation of leaf reader
1 parent e419b76 commit 56d7b75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/index/engine/LuceneChangesSnapshot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ private Translog.Operation readDocAsOp(int docIndex) throws IOException {
293293

294294
@Override
295295
protected void setNextSyntheticFieldsReader(LeafReaderContext context) throws IOException {
296+
super.setNextSyntheticFieldsReader(context);
296297
if (syntheticVectorPatchLoader != null) {
297298
syntheticVectorPatchLoaderLeaf = syntheticVectorPatchLoader.leaf(context);
298299
}

0 commit comments

Comments
 (0)