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 1aa8e72 commit 41528c0Copy full SHA for 41528c0
server/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java
@@ -377,7 +377,7 @@ private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context
377
BitSet parentBits = context.bitsetFilterCache().getBitSetProducer(parentFilter).getBitSet(subReaderContext);
378
379
int offset = 0;
380
- if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_7_0_0_alpha1)) {
+ if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_6_5_0)) {
381
/**
382
* Starts from the previous parent and finds the offset of the
383
* <code>nestedSubDocID</code> within the nested children. Nested documents
0 commit comments