Method Clone
Clone()
Returns a cloned FieldsReader that shares open IndexInputs with the original one. It is the caller's job not to close the original FieldsReader until all clones are called (eg, currently SegmentReader manages this logic).
Declaration
public Object Clone()
Returns
Type | Description |
---|---|
System.Object |