FirteX-高性能全文索引和检索平台API Documentation |
#include <ReqOptScorer.h>
继承图,类firtex::search::CReqOptScorer

公有成员 | |
| CReqOptScorer (CScorer *pReqScorer, CScorer *pOptScorer) | |
| virtual | ~CReqOptScorer (void) |
| count_t | nextDocs () |
| count_t | scores (docid_t *&docs, score_t *&scores) |
| bool | skipTo (docid_t target, docid_t &nearTarget) |
| bool | next () |
| score_t | score () |
| docid_t | doc () |
保护属性 | |
| CScorer * | m_pReqScorer |
| CScorer * | m_pOptScorer |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
依次取一个文档进行打分
|
|
|
提取下一批文档
|
|
|
|
|
||||||||||||
|
取文档的打分结果
|
|
||||||||||||
|
移动到第一个文档编号大于或等于target的位置,一般配合score()使用
|
|
|
|
|
|
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex