Apache Lucene.Net 2.4.0 Class Library API

IndexReader.SetNorm Method (Int32, String, Single)

Expert: Resets the normalization factor for the named field of the named document.

public virtual void SetNorm(
   int doc,
   string field,
   float value_Renamed
);

See Also

IndexReader Class | Lucene.Net.Index Namespace | IndexReader.SetNorm Overload List | Norms |