Returns the byte-encoded normalization factor for the named field of
every document. This is used by the search code to score documents.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract byte[] Norms( string field ) |
Visual Basic |
---|
Public MustOverride Function Norms ( _ field As String _ ) As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ Norms( String^ field ) abstract |
Parameters
- field
- Type: System..::..String
[Missing <param name="field"/> documentation for "M:Lucene.Net.Index.IndexReader.Norms(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.IndexReader.Norms(System.String)"]
See Also
[!:Lucene.Net.Documents.Field.SetBoost(float)]