Class ReaderSlice
Subreader slice from a parent composite reader.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
ReaderSlice
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public sealed class ReaderSlice : object
Constructors
| Improve this Doc View SourceReaderSlice(Int32, Int32, Int32)
Sole constructor.
Declaration
public ReaderSlice(int start, int length, int readerIndex)
Parameters
Type | Name | Description |
---|---|---|
System. |
start | |
System. |
length | |
System. |
readerIndex |
Fields
| Improve this Doc View SourceEMPTY_ARRAY
Zero-length Reader
Declaration
public static readonly ReaderSlice[] EMPTY_ARRAY
Field Value
Type | Description |
---|---|
Reader |
Properties
| Improve this Doc View SourceLength
Number of documents in this slice.
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System. |
ReaderIndex
Sub-reader index for this slice.
Declaration
public int ReaderIndex { get; }
Property Value
Type | Description |
---|---|
System. |
Start
Document ID this slice starts from.
Declaration
public int Start { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |