背景
最近在OpenSearch查看线上日志的时候,发现某个索引下有些字段无法直接在界面上筛选,搜索到也不高亮,非常的不方便,就像下面这样 字段左侧两个筛选按钮禁用了无法点击,提示 Unindexed fields can not be searched…
1、简介 这是一个异步的,高性能的,跨语言的,响应式的 API 网关。 官网文档:Apache ShenYu 介绍 | Apache ShenYu仓库地址:GitHub - apache/shenyu: Apache ShenYu is a Java native API Gateway for service proxy, pr…
1、控制器命名空间controller/index.php
<?php
namespace app\admin\controller;
class index {public function test(){echo "运行\admin\controller\index-> test()";}
}2、模型命名空间model/index.php
<?php
namespace app\admin\model;
class tes…