通过关键字执行文档搜索 [英] to perform document search by keyword

查看:78
本文介绍了通过关键字执行文档搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,

我有一个问题,我必须根据关键字执行文档搜索.数据库中有1000多个文档.每当我在搜索中点击某个关键字时,它都应获取与这些关键字匹配的所有文档.

谢谢

Hi friends,

I have a senario in which I had to perform a document search based on a keyword .There are 1000+ documents in database. whenever I hit a keyword in search it should fetch all the documents matching those keywords.

thanks

推荐答案

参阅此内容可能会给您一些想法

http://stackoverflow.com/questions/2257181/to-store-and-search-word-documents-using-c-net-asp-net [
Refer this may give you some idea

http://stackoverflow.com/questions/2257181/to-store-and-search-word-documents-using-c-net-asp-net[^]



您可以在运行时构建Select语句
Hi ,
You can Build your Select statement on the Run time
Select * from Sometable

,然后添加您的搜索条件,并将您想要的内容附加到选择语句中
最好的问候
M.Mitwalli

and then add your Search criteria and append whatever you want on your select statement
Best Regards
M.Mitwalli



通过以下链接-
在CS中查找文件 [
Hi,
Go through the following link-
Find Files in CS[^]


这篇关于通过关键字执行文档搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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