Returns the score for the nth document in this set.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public float Score( int n ) |
| Visual Basic |
|---|
Public Function Score ( _ n As Integer _ ) As Single |
| Visual C++ |
|---|
public: float Score( int n ) |
Parameters
- n
- Type: System..::..Int32
[Missing <param name="n"/> documentation for "M:Lucene.Net.Search.Hits.Score(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.Hits.Score(System.Int32)"]