Method ComputePayloadFactor
ComputePayloadFactor(Int32, Int32, Int32, BytesRef)
Calculate a scoring factor based on the data in the payload.
Declaration
public abstract float ComputePayloadFactor(int doc, int start, int end, BytesRef payload)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | |
System.Int32 | start | |
System.Int32 | end | |
BytesRef | payload |
Returns
Type | Description |
---|---|
System.Single |