Returns the id for the nth document in this set.
Note that ids may change when the index changes, so you cannot
rely on the id to be stable.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public int Id( int n ) |
Visual Basic |
---|
Public Function Id ( _ n As Integer _ ) As Integer |
Visual C++ |
---|
public: int Id( int n ) |
Parameters
- n
- Type: System..::..Int32
[Missing <param name="n"/> documentation for "M:Lucene.Net.Search.Hits.Id(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.Hits.Id(System.Int32)"]