这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 
colin ddda353df5 feat: Add the ESQL testing module 4 weeks ago
..
LINGYUN/Abp/Elasticsearch/EsqlQuery feat: Add the ESQL testing module 4 weeks ago
FodyWeavers.xml feat: Add the ESQL testing module 4 weeks ago
FodyWeavers.xsd feat: Add the ESQL testing module 4 weeks ago
LINGYUN.Abp.Elasticsearch.EsqlQuery.csproj feat: Integrate Esql client functionality 4 weeks ago
README.md feat: Add the ESQL testing module 4 weeks ago

README.md

LINGYUN.Abp.Elasticsearch.EsqlQuery

IExpressionQueryService 的ES|QL查询集成.

注意:

  • 使用 ES|QL 查询方案不能进行深度分页,数据条目超出10000时依旧存在ES分页限制.
    如需支持深度分页,请使用默认 ExpressionQueryService search_after 方案

  • 不支持使用 由于ES|QL不支持 Skip, 暂不支持分页查询

  • 对于嵌套类型的集合方法测试未通过,请勿使用集合的过滤条件

模块引用

[DependsOn(typeof(AbpElasticsearchEsqlQueryModule))]
public class YouProjectModule : AbpModule
{
  // other
}