GITLAB
tangwang
/
SearchEngine
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
docs/ES常用表达式.md
94 Bytes
Edit
Raw
Normal View
History
8cff1628
tangwang
tenant2 1w测试数据 mo...
1 2 3 4 5 6 7 8
GET /search_products/_search
{
"query": {
"term": {
"tenant_id": "2"
}
}
}