Skip to content

Commit

Permalink
Adapt bwc version after backport (bis)
Browse files Browse the repository at this point in the history
Relates #34225
  • Loading branch information
jimczi committed Oct 3, 2018
1 parent 1aa8e72 commit 41528c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context
BitSet parentBits = context.bitsetFilterCache().getBitSetProducer(parentFilter).getBitSet(subReaderContext);

int offset = 0;
if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_7_0_0_alpha1)) {
if (indexSettings.getIndexVersionCreated().onOrAfter(Version.V_6_5_0)) {
/**
* Starts from the previous parent and finds the offset of the
* <code>nestedSubDocID</code> within the nested children. Nested documents
Expand Down

0 comments on commit 41528c0

Please sign in to comment.