| Interface | Description |
|---|---|
| DocumentCreator<T> |
文档生成器,支持转换单节点数据,如txt文件、数据库的单条Result
|
| DocumentFilter |
文档过滤接口
|
| DocumentListCreator<T> |
批量文档生成器,一般包含多个子文档生成器
|
| FullText |
全文检索的接口
|
| FullTextConfigManager<T> |
全文检索静态配置的管理器接口
|
| FullTextDynamicManager<T> |
全文检索动态配置的管理器接口
|
| IndexOperator |
底层操作接口(屏蔽上层的数据来源)
|
| SearchRule |
搜索规则定义
|
| UserIndexOperator |
带租户的底层操作接口
|
| Class | Description |
|---|---|
| DefaultRule |
默认搜索规则
|
| FieldRule |
指定字段的自定义搜索规则
|
| FullTextHelper |
全文检索全局辅助类
|
| Pager<T> |
分页对象
|
| Enum | Description |
|---|---|
| QueryRelation |
查询条件的逻辑关系
|
| QueryType |
查询条件的搜索方式
|
Copyright © 2006–2018 TinyGroup. All rights reserved.