Apache Lucene.Net 2.4.0 Class Library API

Fieldable.SetOmitNorms Method 

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

void SetOmitNorms(
   bool omitNorms
);

See Also

Fieldable Interface | Lucene.Net.Documents Namespace