Expert: Resets the normalization factor for the named field of the named
document.
since this reader was opened
has this index open ( could not
be obtained)
Namespace: Lucene.Net.IndexCopyC#
write.lock
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual void SetNorm( int doc, string field, float value_Renamed ) |
Visual Basic |
---|
Public Overridable Sub SetNorm ( _ doc As Integer, _ field As String, _ value_Renamed As Single _ ) |
Visual C++ |
---|
public: virtual void SetNorm( int doc, String^ field, float value_Renamed ) |
Parameters
- doc
- Type: System..::..Int32
[Missing <param name="doc"/> documentation for "M:Lucene.Net.Index.IndexReader.SetNorm(System.Int32,System.String,System.Single)"]
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Index.IndexReader.SetNorm(System.Int32,System.String,System.Single)"]
- value_Renamed
- Type: System..::..Single
[Missing <param name="value_Renamed"/> documentation for "M:Lucene.Net.Index.IndexReader.SetNorm(System.Int32,System.String,System.Single)"]