Get the file name for the norms file for this field.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public string GetNormFileName( int number ) |
Visual Basic |
---|
Public Function GetNormFileName ( _ number As Integer _ ) As String |
Visual C++ |
---|
public: String^ GetNormFileName( int number ) |
Parameters
- number
- Type: System..::..Int32
field index
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.SegmentInfo.GetNormFileName(System.Int32)"]