📜  必须和应该之间的弹性搜索差异 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:28.302000             🧑  作者: Mango

代码示例1
By the definition, SHOULD is like
an OR and without a MUST clause it implies 'at least' one should match.

must means: Clauses that must match for the document to be included. 

should means: If these clauses match, they increase the _score; otherwise, 
they have no effect. They are simply used to refine the relevance score for each document. 
Yes you can use multiple filters inside must