Apache Lucene.Net 2.4.0 Class Library API

IndexReader.Norms Method (String, Byte[], Int32)

Reads the byte-encoded normalization factor for the named field of every document. This is used by the search code to score documents.

public abstract void Norms(
   string field,
   byte[] bytes,
   int offset
);

See Also

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