|
Public Member Functions |
| | ScoredExtentResult () |
| | ScoredExtentResult (UINT64 s, lemur::api::DOCID_T d) |
| | ScoredExtentResult (double s, lemur::api::DOCID_T d) |
| | ScoredExtentResult (double s, lemur::api::DOCID_T d, int b, int e) |
| | ScoredExtentResult (double s, lemur::api::DOCID_T d, int b, int e, UINT64 n) |
| | ScoredExtentResult (double s, lemur::api::DOCID_T d, int b, int e, UINT64 n, int o) |
| | ScoredExtentResult (double s, lemur::api::DOCID_T d, int b, int e, UINT64 n, int o, int p) |
| | ScoredExtentResult (const ScoredExtentResult &other) |
| | ScoredExtentResult (const indri::index::Extent &extent) |
| bool | operator< (const ScoredExtentResult &other) const |
| bool | operator== (const ScoredExtentResult &other) const |
| const ScoredExtentResult & | operator= (const ScoredExtentResult &other) |
Public Attributes |
| double | score |
| lemur::api::DOCID_T | document |
| int | begin |
| int | end |
| UINT64 | number |
| int | ordinal |
| | future annotation "pointer"
|
| int | parentOrdinal |