Method ProcessPayloads
ProcessPayloads(ICollection<Byte[]>, Int32, Int32)
By default, uses the PayloadFunction to score the payloads, but can be overridden to do other things.
Declaration
protected virtual void ProcessPayloads(ICollection<byte[]> payLoads, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
ICollection<System.Byte[]> | payLoads | The payloads |
System.Int32 | start | The start position of the span being scored |
System.Int32 | end | The end position of the span being scored |
See Also
Lucene.Net.Search.Spans.Spans.#ctor