Method DecodeTerm
DecodeTerm(Int64[], DataInput, FieldInfo, BlockTermState, Boolean)
Actually decode metadata for next term.
Declaration
public abstract void DecodeTerm(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState state, bool absolute)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | longs | |
DataInput | in | |
FieldInfo | fieldInfo | |
BlockTermState | state | |
System.Boolean | absolute |