Method AddRawDocuments
AddRawDocuments(IndexInput, Int32[], Int32)
Bulk write a contiguous series of documents. The
lengths
array is the length (in bytes) of each raw
document. The stream
IndexInput is the
fieldsStream from which we should bulk-copy all
bytes.
Declaration
public void AddRawDocuments(IndexInput stream, int[] lengths, int numDocs)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | stream | |
System.Int32[] | lengths | |
System.Int32 | numDocs |