Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
File 如何在Google search Appliance上搜索多种文件类型_File_Google Search Appliance - Fatal编程技术网

File 如何在Google search Appliance上搜索多种文件类型

File 如何在Google search Appliance上搜索多种文件类型,file,google-search-appliance,File,Google Search Appliance,我想一次搜索多个文件类型。例如,当我想搜索“.htm”文件时,我会在查询中添加“filetype:htm”,这样就可以了。类似地,“filetype:html”也可以工作。但是,如何指定返回所有htm和html文件的查询参数 查询前缀filetype:过滤结果以仅包括具有指定文件扩展名的文档。filetype:和指定扩展名之间不能有空格 您可以通过将filetype:terms与布尔或组合添加到搜索查询中来指定多个文件类型 查询文件类型:html或文件类型:htm小心,带括号,它不起作用 如果您

我想一次搜索多个文件类型。例如,当我想搜索“.htm”文件时,我会在查询中添加“filetype:htm”,这样就可以了。类似地,“filetype:html”也可以工作。但是,如何指定返回所有htm和html文件的查询参数

查询前缀filetype:过滤结果以仅包括具有指定文件扩展名的文档。filetype:和指定扩展名之间不能有空格

您可以通过将filetype:terms与布尔或组合添加到搜索查询中来指定多个文件类型


查询文件类型:html或文件类型:htm

小心,带括号,它不起作用

如果您的查询是
filetype:doc或filetype:pdf
,那么您的结果中将包含.pdf或.doc

但是如果您键入
(文件类型:doc或文件类型:pdf)
,您将只拥有.doc文件类型