Method Copy
Copy(Int32, Int32)
This method is called when a new hit is competitive. You should copy any state associated with this document that will be required for future comparisons, into the specified slot.
Declaration
public abstract void Copy(int slot, int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | slot | Which slot to copy the hit to |
System.Int32 | doc | DocID relative to current reader |