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 4602570 commit 63449d7Copy full SHA for 63449d7
server/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java
@@ -299,6 +299,7 @@ private static HitContext prepareNestedHitContext(
299
rootSource = Source.fromBytes(leafRootLoader.source());
300
}
301
302
+ throw new FetchPhaseExecutionException(context.shardTarget(), "Aha so this does happen then");
303
304
305
childFieldLoader.advanceTo(nestedInfo.doc());
0 commit comments