Expert: Resets the normalization factor for the named field of the named document.
since this reader was opened
has this index open (
CopyC#
write.lock
could not be obtained)

Namespace: Lucene.Net.Index
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)"]

See Also