开发者

Full-text indexing an archived file

开发者 https://www.devze.com 2023-01-26 19:34 出处:网络
Greetings, in short, I have to find out whether I can implement a way to index zipped .rtf 开发者_C百科files via IFilter under Sql Server 2008 Express for fulltext search.

Greetings,

in short, I have to find out whether I can implement a way to index zipped .rtf 开发者_C百科files via IFilter under Sql Server 2008 Express for fulltext search.

Long version: this question is mostly a theoretical one - I'm neither experienced nor knowledgeable enough to find out whether such a thing is possible on my own.

The problem is as follows. There's a limited-size Sql Server Express 2008 R2 database thats going to store large .rtf files, probably 2-10k of them, and index them for fulltext search. Now, they probably wont fit into the 10gb limitation, thus I'm wondering if they could be archived (zipped, for instance) and stored that way. Fulltext search should be doable on them, in their zipped state.

My thought was to try to chain ifilters in some way to achieve this (I've no idea if thats doable), or there could be a different solution that I'm not seeing atm; I'd appreciate any input, as I'm kinda at a loss.


You may have a much easier time using something like Lucene. You could extract the text for the files and index it.

0

精彩评论

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

关注公众号