简体   繁体   中英

Best ways to store a large number of documents and be able to search their contents

I am looking for some suggestions on the best way to store a very large number of documents and be able to freetext search on their contents.

I'm working in PHP and MySQL. I am on a Windows host, but it's shared hosting so I don't have access to the Windows indexing service. Hence the question.

I was considering using the COM interface to open uploaded documents, read their contents into a longtext field, and then create a fulltext index on it. Perhaps someone can point me in another direction?

你可以用这个课做你想做的

尝试使用MySQL全文搜索: http : //dev.mysql.com/doc/refman/5.5/en/fulltext-search.html对于您的情况而言,它已经做了很多。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM