LeafReaderContext
IndexReaderContext for LeafReader instances.
Properties
the doc base for this reader in the parent, 0 if parent is null
true if this context struct represents the top level reader within the hierarchical context
the ord for this reader in the parent, 0 if parent is null
The reader context for this reader's immediate parent, or null if none
Functions
Returns the context's children iff this context is a composite context otherwise null * .
Expert: Return an Object that uniquely identifies this context. The returned object does neither reference this IndexReaderContext nor the wrapped IndexReader.
Returns the context's leaves if this context is a top-level context. For convenience, if this is an LeafReaderContext this returns itself as the only leaf, and it will never return a null value.
Returns the IndexReader, this context represents.