LDuffy

Results 6 comments of LDuffy

可以考虑group by下的nested字段,如果where中也使用,应该在filter_term中拼接

AbstractBeanFactory ``` ResolvableType getTypeForFactoryBeanFromAttributes(AttributeAccessor attributes) { //注册Reference beanDefination时,是否可以设置目标类型 Object attribute = attributes.getAttribute(FactoryBean.OBJECT_TYPE_ATTRIBUTE); if (attribute instanceof ResolvableType) { return (ResolvableType) attribute; } if (attribute instanceof Class) { return ResolvableType.forClass((Class) attribute); }...

hhhh一年了的issue,同遇到此问题,按理说这个应该是一个标准的feature,global配置全局配置,不同application下配置个性化信息,分析下来确实是dubbo-admin界面维护时zk存储路径和实际读取路径不一致所致~

分支new-config-format中已修复 ManagementServiceImpl#getPath中的Constants.CONFIG_KEY已修复为`config`,之前为`config/dubbo`

代码维护的问题,biz插件存储的节点内容和解析逻辑不一致 * biz安装后,实际路径和data: ``` [zk: localhost:2181(CONNECTED) 9] get /sofa-ark/stock-mng/127.0.0.1 dynamic-provider-69:1.0.0:activated?bizUrl=file:///Users/libra/Documents/github/kc-sofastack-dynamic-demo/dynamic-provider/target/dynamic-provider-69-1.0.0-ark-biz.jar ``` * 查询状态的时候路径是apps/biz,这个下面是空的,而且解析逻辑按照json数组来的

I'm wondering how can I specify a custom analyzer sth like a "KeywordAnalyzer" to avoid tokenizing the text field.