1 programV2 OP 很久以前用过的那个谷歌桌面搜索可以,但是已经死亡了。请问还有没有其他的替代工具? |
2 misdake 2020-01-08 13:00:26 +08:00 FileLocator |
![]() | 3 crab 2020-01-08 13:03:52 +08:00 content 参数支持啊 |
![]() | 5 imn1 2020-01-08 13:14:41 +08:00 find /? Searches for a text string in a file or files. FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]] /V Displays all lines NOT containing the specified string. /C Displays only the count of lines containing the string. /N Displays line numbers with the displayed lines. /I Ignores the case of characters when searching for the string. /OFF[LINE] Do not skip files with offline attribute set. "string" Specifies the text string to find. [drive:][path]filename Specifies a file or files to search. If a path is not specified, FIND searches the text typed at the prompt or piped from another command. |
6 Oishi 2020-01-08 14:07:08 +08:00 DocFetcher |
![]() | 7 codehz 2020-01-08 14:17:17 +08:00 via Android ( windows 自带搜索可以搜索内容啊(什么你嫌他慢?都搜内容了,能快到哪里去(而且还支持 docx 等文件 |
![]() | 8 katoyu 2020-01-08 14:43:01 +08:00 可以啊,难道你下载的是假的东西吗?? |
![]() | 9 NoahNye 2020-01-08 14:52:25 +08:00 ![]() 我在用 AnyTXT Searcher  |
![]() | 10 jasonyang9 2020-01-08 14:57:02 +08:00 那位老哥知道有 Windows 平台下自带索引数据库加速全文搜索的实现么? 另外 Linux 中的同类实现有推荐的么? |
![]() | 11 jasonyang9 2020-01-08 15:00:40 +08:00 @jasonyang9 刚看了下 9 楼老哥推荐的 AnyTXT Searcher 是自建索引的,另外两个还没看 |
![]() | 12 cmdOptionKana 2020-01-08 15:02:03 +08:00 Windows 自带,并且可以自由选择需要索引的文件夹。 就全文搜索来说,win 自带的不算很慢。不要动不动就全盘搜索,尽量在文件夹里搜索,缩小搜索范围。 |
![]() | 13 mcone 2020-01-08 15:03:00 +08:00 windows 自带的 其实挺好用的 反正你都搜全文了 |
![]() | 14 106npo 2020-01-08 16:07:08 +08:00 via Android 自带搜索 |
15 lota 2020-01-08 16:49:06 +08:00 total commander |
![]() | 16 kokutou 2020-01-08 16:55:21 +08:00 win 自带,开启索引,然后手动给一些文件类型勾上搜索内容。 非纯文本 格式然后 win 又不支持就没办法。。 如果全是代码,可以用 notepad++ 文件夹拖进去会全部打开,然后搜索,选搜索所有打开的文件。。。 |
![]() | 17 nutting 2020-01-08 17:04:49 +08:00 windows 的索引打开后很卡,太恶心了,然后也不见得可以全文检索 |
![]() | 18 Tumblr 2020-01-08 17:17:29 +08:00 Everything 可以检索内容,不过可能效果不理想。 http://www.voidtools.com/forum/viewtopic.php?f=5&t=5121 |
![]() | 19 clemente0620 2020-01-08 19:47:48 +08:00 FileLocator Pro 正在用 宇宙最强最快 |
20 good1uck 2020-01-08 19:50:16 +08:00 via Android “百度一下你的电脑”,这个好想也死亡了。但是也许可以找到安装包 |
![]() | 21 ddup 2020-01-12 21:13:52 +08:00 |
23 programV2 OP |
![]() | 24 ddup 2020-01-19 11:34:46 +08:00 @programV2 归海数据是使用搜索引擎技术搜索硬盘文件,全文索引基于 Lucene.NET ,Lucene.NET 的准确性速度和索引大小都是很好的。 Lucene.NET 搜索效果依赖于分词的效果,偶尔有个别词没有分出来会搜不到,归海提供了一个“实时”搜索功能,搜索时你手动空格隔开各个词,就能搜出来的了。(不过实时搜索会每次从原文件读取一遍,不适合大文件夹搜索) 文件名搜索则使用了多重索引技术,搜索文件名 /路径效果非常好。 Windows 自带的搜索问题是不能分词,所以不能模糊搜索,归海则可以。 |
![]() | 25 flynaj 2020-01-20 16:51:37 +08:00 via Android 系统自带的就可以。多数人嫌慢关了索引 |
26 UserDMM 2021-02-03 12:37:43 +08:00 ![]() |