在doc或dox formate文件中搜索单词的搜索引擎 [英] search engine which search word in doc or dox formate file

查看:112
本文介绍了在doc或dox formate文件中搜索单词的搜索引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个求职者门户网站,其中求职者提交他们的简历,

i我将这份简历存储为他们的申请人ID文件名在一个简历文件夹中





i需要开发搜索引擎,它将搜索在文本框中键入的关键字

通过resume文件夹中的所有文件并返回包含该关键字的文件名在他们的文件中



所以任何人都建议我如何在我的C#代码中执行此操作........



有什么建议吗?

I am developing one job portal where Job Applicant submit their resume,
i am storing this resumes as their applicant ID File name in one resumes Folder


i need to develop search engine which which will search the keyword typed in textbox
through all files in resume folder and return me the file names which has that keyword in their files

so anyone suggest me how can i do this in my C# code........

Any suggestion?

推荐答案

聪明的方式就是Amit上面提到的,目前最好的方法是使用lucene索引和搜索

Lucene.Net简介 [ ^ ]
The smart way is what Amit mentioned above and the best way as far as now is to index and search using lucene
Introducing Lucene.Net[^]






你需要阅读你的uploade d文档文件和数据库中存储的内容。当用户键入特定的keyworkd并找到它时,需要在搜索结果中显示相应的文件链接。



祝你好运
Hi,

You need to read your uploaded document files and stored content in the database. when user type particular keyworkd and you found it, corresponding file link you need to display on the search result.

best luck


这篇关于在doc或dox formate文件中搜索单词的搜索引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆