You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 weeks ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/Elasticsearch/EsqlQuery | 4 weeks ago | |
| FodyWeavers.xml | 4 weeks ago | |
| FodyWeavers.xsd | 4 weeks ago | |
| LINGYUN.Abp.Elasticsearch.EsqlQuery.csproj | 4 weeks ago | |
| README.md | 4 weeks ago | |
README.md
LINGYUN.Abp.Elasticsearch.EsqlQuery
IExpressionQueryService 的ES|QL查询集成.
注意:
-
使用 ES|QL 查询方案不能进行深度分页,数据条目超出10000时依旧存在ES分页限制.
如需支持深度分页,请使用默认 ExpressionQueryServicesearch_after方案 -
不支持使用 由于ES|QL不支持
Skip, 暂不支持分页查询 -
对于嵌套类型的集合方法测试未通过,请勿使用集合的过滤条件
模块引用
[DependsOn(typeof(AbpElasticsearchEsqlQueryModule))]
public class YouProjectModule : AbpModule
{
// other
}