parent
1aa8e72be7
commit
41528c0813
|
@ -377,7 +377,7 @@ public class FetchPhase implements SearchPhase {
|
||||||
BitSet parentBits = context.bitsetFilterCache().getBitSetProducer(parentFilter).getBitSet(subReaderContext);
|
BitSet parentBits = context.bitsetFilterCache().getBitSetProducer(parentFilter).getBitSet(subReaderContext);
|
||||||
|
|
||||||
int offset = 0;
|
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
|
* Starts from the previous parent and finds the offset of the
|
||||||
* <code>nestedSubDocID</code> within the nested children. Nested documents
|
* <code>nestedSubDocID</code> within the nested children. Nested documents
|
||||||
|
|
Loading…
Reference in New Issue