|
std::string | keyword_ |
| 要搜索的关键字
|
|
uint64_t | from_time_ |
| 查询的起始时间,0 为从最开始查询
|
|
uint64_t | to_time_ |
| 查询的结束时间
|
|
uint32_t | session_limit_ |
| 限制会话的返回数量
|
|
uint32_t | msglog_limit_ |
| 限制每个会话返回的消息数量
|
|
uint32_t | search_rule_ |
| 设置查找规则, 例如升序不分组: kNIMFullTextSearchOrderByAsc | kNIMFullTextSearchNoGroupBySession
|
|
std::list< std::string > | p2p_filter_list_ |
| P2P 会话过滤列表
|
|
std::list< std::string > | team_filter_list_ |
| Team 群租会话过滤列表
|
|
std::list< std::string > | sender_filter_list_ |
| 发送者过滤列表
|
|
std::list< nim::NIMMessageType > | msg_type_filter_list_ |
| 消息类型过滤
|
|
std::list< uint32_t > | msg_sub_type_filter_list_ |
| 消息子类型过滤
|
|
The documentation for this class was generated from the following file: