Skip to content

Commit 41528c0

Browse files
committed
Adapt bwc version after backport (bis)
Relates #34225
1 parent 1aa8e72 commit 41528c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context
377377
BitSet parentBits = context.bitsetFilterCache().getBitSetProducer(parentFilter).getBitSet(subReaderContext);
378378

379379
int offset = 0;
380-
if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_7_0_0_alpha1)) {
380+
if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_6_5_0)) {
381381
/**
382382
* Starts from the previous parent and finds the offset of the
383383
* <code>nestedSubDocID</code> within the nested children. Nested documents

0 commit comments

Comments
 (0)