Method Register
Register(TermState, Int32, Int32, Int64)
Registers and associates a TermState with an leaf ordinal. The leaf ordinal should be derived from a IndexReaderContext's leaf ord.
Declaration
public void Register(TermState state, int ord, int docFreq, long totalTermFreq)
Parameters
Type | Name | Description |
---|---|---|
TermState | state | |
System.Int32 | ord | |
System.Int32 | docFreq | |
System.Int64 | totalTermFreq |