Fetch the repository succeeded.
Spring boot整合elastic search 7.9.1实现全文检索。主要包含以下特性:
// 通用查询结构模板
{
"query": {
"bool": {
"must": [
{ "match": { "title": "Search" }},
{ "match": { "content": "Elasticsearch" }}
],
"filter": [
{ "term": { "status": "published" }},
{ "range": { "publish_date": { "gte": "2015-01-01" }}}
]
}
}
}
包含组件Spring boot v2.2.2+Dubbo v2.7.5+Nacos v1.1.1 效果图
包含组件Nacos+Feign+Gateway+Ribbon+Sentinel+Zipkin 效果图
包含组件nacos v2.0.2 + seata v1.4.2 +spring boot dubbo v2.7.5 效果图
包含组件nacos v2.0.2 + seata v1.4.2 +spring cloud alibaba v2.2.7 效果图
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 8 )