FirteX-高性能全文索引和检索平台API Documentation |
#include <Sort.h>
公有类型 | |
| enum | SortFieldType { DOCSCORE = 1, DOC = 2, AUTO = 3, CUSTOM = 4 } |
公有成员 | |
| CSortField () | |
| CSortField (const CSortField &src) | |
| CSortField (const tchar *field) | |
| CSortField (const tchar *field, bool bReverse) | |
| CSortField (const tchar *field, SortFieldType type, bool bReverse=false) | |
| CSortField (const tchar *field, CSortFieldComparator *pComparator, bool bReverse=false) | |
| ~CSortField () | |
| const tchar * | getField () |
| SortFieldType | getType () |
| bool | getReverse () |
| CSortFieldComparator * | getComparator () |
静态公有属性 | |
| CSortField * | FIELD_SCORE |
| CSortField * | FIELD_DOC |
| int32_t | NUMSORTFIELDS |
静态保护成员 | |
| void | init () |
| void | uninit () |
保护属性 | |
| CFXString | m_field |
| SortFieldType | m_type |
| bool | m_bReverse |
| CSortFieldComparator * | m_comparator |
友元 | |
| class | CSort |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.firtex.org http://www.sourceforge.net/projects/firtex