DotLucene 1.4 API Documentation

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 val
);

See Also

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