#include <MatchInfo.hpp>
Public Member Functions | |
| TMatch () | |
| TMatch (TERMID_T t, int s, int e, int p) | |
Public Attributes | |
| TERMID_T | tid |
| internal term id | |
| int | start |
| byte offset of first letter of term in raw document | |
| int | end |
| byte offset of last letter of term in raw document | |
| int | position |
| token number within document (matches InvFP position). | |
|
|
|
|
||||||||||||||||||||
|
|
|
|
byte offset of last letter of term in raw document
|
|
|
token number within document (matches InvFP position).
|
|
|
byte offset of first letter of term in raw document
|
|
|
internal term id
|
1.3.4