[Missing <summary> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public override float CurrentScore( int docId, string field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore ) |
Visual Basic |
---|
Public Overrides Function CurrentScore ( _ docId As Integer, _ field As String, _ start As Integer, _ end As Integer, _ numPayloadsSeen As Integer, _ currentScore As Single, _ currentPayloadScore As Single _ ) As Single |
Visual C++ |
---|
public: virtual float CurrentScore( int docId, String^ field, int start, int end, int numPayloadsSeen, float currentScore, float currentPayloadScore ) override |
Parameters
- docId
- Type: System..::..Int32
[Missing <param name="docId"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- start
- Type: System..::..Int32
[Missing <param name="start"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- end
- Type: System..::..Int32
[Missing <param name="end"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- numPayloadsSeen
- Type: System..::..Int32
[Missing <param name="numPayloadsSeen"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- currentScore
- Type: System..::..Single
[Missing <param name="currentScore"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
- currentPayloadScore
- Type: System..::..Single
[Missing <param name="currentPayloadScore"/> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.Payloads.AveragePayloadFunction.CurrentScore(System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Single,System.Single)"]