Method GetNormValues
GetNormValues(IndexReader, String)
Returns a NumericDocValues for a reader's norms (potentially merging on-the-fly).
This is a slow way to access normalization values. Instead, access them per-segment with GetNormValues(String)
Declaration
public static NumericDocValues GetNormValues(IndexReader r, string field)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | r | |
System.String | field |
Returns
Type | Description |
---|---|
NumericDocValues |