我使用的是 Windows-XP Professional。使用 Windows 搜索在文件中查找关键字或短语时,是否有任何选项可以指定只返回包含该词的结果,如果该词是其他大词的一部分则不返回。
例如我想搜索所有包含关键字“link”的文件
但我不希望结果显示包含单词“unlink”的文件,其中“link”是“unlink”的一部分
即使在高级搜索选项中我也找不到任何选项。它确实有一个区分大小写的选项,但没有“仅匹配整个单词”之类的选项。
如果没有 Windows 原生搜索,我还有哪些其他选择?
Google 桌面搜索工具是否有这个选项可以仅查找整个单词?
答案1
安装 Windows Search 4。请参阅高级查询语法
“仅匹配整个单词”查询
WindowsSearch.exe /url search-ms:query="WindowsS"
通配符前缀
WindowsSearch.exe /url search-ms:query="WindowsS"*
内容类型
WindowsSearch.exe /url search-ms:query="WindowsS"* kind:docs
通配符后缀
WindowsSearch.exe /url search-ms:query=*ation
括号查询
WindowsSearch.exe /url search-ms:query=((fibonacci)OR(simplex))kind:docs
远程管理器 2、命令行 WDS 4。
扩展文件类型:
WindowsSearch.exe /url search-ms:query="unsigned short" ext:.h
附加。索引 400k+ 内容文件后搜索查询时间...
需要好的查询!
Windows.edb 的大小为 1794Mb。搜索文件夹的大小为 3135 Mb。
WindowsSearch.exe /url search-ms:query=((ext:.h)OR(ext:.cpp)OR(ext:.c)) "unsigned short"
WindowsSearch.exe /url search-ms:query=folder:("N:\Exchange\"*) ((ext:.h)OR(ext:.cpp)OR(ext:.c)) "unsigned short"