Class CompositeReaderContext
IndexReaderContext for CompositeReader instance.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class CompositeReaderContext : IndexReaderContext
Properties
| Improve this Doc View SourceChildren
Declaration
public override IList<IndexReaderContext> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IndexReaderContext> |
Overrides
| Improve this Doc View SourceLeaves
Declaration
public override IList<AtomicReaderContext> Leaves { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AtomicReaderContext> |
Overrides
| Improve this Doc View SourceReader
Declaration
public override IndexReader Reader { get; }
Property Value
Type | Description |
---|---|
IndexReader |