#include <ScoredExtentResult.hpp>
Public Methods | |
ScoredExtentResult () | |
ScoredExtentResult (UINT64 s, int d) | |
ScoredExtentResult (double s, int d) | |
ScoredExtentResult (double s, int d, int b, int e) | |
ScoredExtentResult (const ScoredExtentResult &other) | |
bool | operator< (const ScoredExtentResult &other) const |
Public Attributes | |
double | score |
int | document |
int | begin |
int | end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|