Class IndexFieldData.XFieldComparatorSource.Nested

  • Enclosing class:
    IndexFieldData.XFieldComparatorSource

    public static class IndexFieldData.XFieldComparatorSource.Nested
    extends Object
    Simple wrapper class around a filter that matches parent documents and a filter that matches child documents. For every root document R, R will be in the parent filter and its children documents will be the documents that are contained in the inner set between the previous parent + 1, or 0 if there is no previous parent, and R (excluded).