Method RawDocs
RawDocs(Int32[], Int32, Int32)
Returns the length in bytes of each raw document in a
contiguous range of length numDocs
starting with
startDocID
. Returns the IndexInput (the fieldStream),
already seeked to the starting point for startDocID
.
Declaration
public IndexInput RawDocs(int[] lengths, int startDocID, int numDocs)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | lengths | |
System.Int32 | startDocID | |
System.Int32 | numDocs |
Returns
Type | Description |
---|---|
IndexInput |