Expert: If set, omit normalization factors associated with this indexed field. This effectively disables indexing boosts and length normalization for this field.

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void SetOmitNorms(
	bool omitNorms
)
Visual Basic
Public Overridable Sub SetOmitNorms ( _
	omitNorms As Boolean _
)
Visual C++
public:
virtual void SetOmitNorms(
	bool omitNorms
)

Parameters

omitNorms
Type: System..::..Boolean

[Missing <param name="omitNorms"/> documentation for "M:Lucene.Net.Documents.AbstractField.SetOmitNorms(System.Boolean)"]

Implements

Fieldable..::..SetOmitNorms(Boolean)

See Also