Lucene.Net 1.9.1 Class Library

IndexReader.Norms Method (String)

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

public abstract byte[] Norms(
   string field
);

See Also

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