#include <documentTermIteratorInterface.hpp>
strus::DocumentTermIteratorInterface::Term::Term |
( |
| ) |
|
|
inline |
strus::DocumentTermIteratorInterface::Term::Term |
( |
Index |
tf_, |
|
|
Index |
firstpos_, |
|
|
Index |
termno_ |
|
) |
| |
|
inline |
Contructor.
- Parameters
-
[in] | tf_ | term frequency in the document |
[in] | firstpos_ | first occurrence term position in the document |
[in] | termno_ | local storage internal term number |
strus::DocumentTermIteratorInterface::Term::Term |
( |
const Term & |
o | ) |
|
|
inline |
void strus::DocumentTermIteratorInterface::Term::init |
( |
Index |
tf_, |
|
|
Index |
firstpos_, |
|
|
Index |
termno_ |
|
) |
| |
|
inline |
Index strus::DocumentTermIteratorInterface::Term::firstpos |
first occurrence term position in the document
Index strus::DocumentTermIteratorInterface::Term::termno |
Index strus::DocumentTermIteratorInterface::Term::tf |
term frequency in the document
The documentation for this struct was generated from the following file: