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