boolean search
/ˈbuːliən sɜːrtʃ/一种在数据库或搜索引擎中通过逻辑运算符(如AND、OR、NOT)精确筛选信息的搜索方法。
To find documents containing both 'artificial' and 'intelligence', use the boolean search: artificial AND intelligence.
要找到同时包含'artificial'和'intelligence'的文档,请使用布尔搜索:artificial AND intelligence。
Boolean search helps exclude irrelevant results by using NOT, e.g., 'machine learning' NOT 'deep learning'.
布尔搜索通过NOT运算符排除无关结果,例如:'machine learning' NOT 'deep learning'。
常用于学术搜索、招聘网站或数据库查询中。
搭配
相关短语
💡专业提示
如何高效使用布尔搜索
1. 使用AND缩小范围(如'Python AND Django');2. 使用OR扩大范围(如'Java OR Kotlin');3. 使用NOT排除(如'data science NOT machine learning')。
⚡黄金法则
布尔搜索的逻辑运算符
AND(与):同时包含多个关键词;OR(或):至少包含一个关键词;NOT(非):排除特定关键词;括号可改变优先级(如'(cats OR dogs) AND pets')。
📖词源
源自数学家乔治·布尔(George Boole)的布尔代数理论(Boolean algebra),该理论奠定了计算机逻辑运算的基础。
📝用法说明
在中文语境下,'布尔搜索'通常直接音译,但有时也被称作'逻辑搜索'。适用于需要精确匹配的场景,如学术研究或技术文档检索。