Class MultiDocsEnum.EnumWithSlice
Holds a DocsEnum along with the corresponding ReaderSlice.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class MultiDocsEnum.EnumWithSlice
Properties
DocsEnum
DocsEnum of this sub-reader.
Declaration
public DocsEnum DocsEnum { get; }
Property Value
Type | Description |
---|---|
DocsEnum |
Slice
ReaderSlice describing how this sub-reader fits into the composite reader.
Declaration
public ReaderSlice Slice { get; }
Property Value
Type | Description |
---|---|
ReaderSlice |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |