Method SetNextReader
SetNextReader(IndexReader, Int32)
Set a new Reader. All doc correspond to the current Reader.
Declaration
public abstract void SetNextReader(IndexReader reader, int docBase)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader | current reader |
System.Int32 | docBase | docBase of this reader |