term是代表完全匹配,即不进行分词器分析,文档中必须包含整个搜索的词汇
GET /ecommerce/product/_search { "query": { "term": { "fieldName": "fieldContent" } } }