摘要:
官方客户端api文档 https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.x/java-rest-high-document-index.html @Slf4j public class EsMain { public s 阅读全文
摘要:
1. 索引失效 对索引列运算,运算包括(+、-、*、/、!、<>、%、like'%_'(%放在前面) 类型错误,如字段类型为varchar,where条件用number。 对索引应用内部函数,这种情况下应该建立基于函数的索引 如select * from template t where ROUND 阅读全文