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

公有成员 | |
| CReqProhScorer (CScorer *pReqScorer, CScorer *pProhScorer) | |
| virtual | ~CReqProhScorer (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_pProhScorer |
| docid_t | m_docs [REQPROHSCORER_PAGESIZE] |
| score_t | m_scores [REQPROHSCORER_PAGESIZE] |
| count_t | m_numDocs |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
依次取一个文档进行打分
|
|
|
提取下一批文档
|
|
|
|
|
||||||||||||
|
取文档的打分结果
|
|
||||||||||||
|
移动到第一个文档编号大于或等于target的位置,一般配合score()使用
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex