开发者

Index text files with tags and search

开发者 https://www.devze.com 2023-02-04 17:32 出处:网络
I\'ve got a SQL Server database full of documents that I\'d like to extract into text fi开发者_开发百科les and index according to particular tags in the docs and tags that I add.

I've got a SQL Server database full of documents that I'd like to extract into text fi开发者_开发百科les and index according to particular tags in the docs and tags that I add.

Is there a tag-based text indexing API or library out there I can use? As a follow-up, I also need a client that can search these things.

I'm thinking about extracting the docs out as XML...


Have you looked into SQL Server Full Text to search text/varchar data?

Otherwise, you can use Indexing Services / Windows Search. The great thing about this option is that you can use custom, searchable meta tags.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号