We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e419b76 commit 56d7b75Copy full SHA for 56d7b75
server/src/main/java/org/elasticsearch/index/engine/LuceneChangesSnapshot.java
@@ -293,6 +293,7 @@ private Translog.Operation readDocAsOp(int docIndex) throws IOException {
293
294
@Override
295
protected void setNextSyntheticFieldsReader(LeafReaderContext context) throws IOException {
296
+ super.setNextSyntheticFieldsReader(context);
297
if (syntheticVectorPatchLoader != null) {
298
syntheticVectorPatchLoaderLeaf = syntheticVectorPatchLoader.leaf(context);
299
}
0 commit comments