开发者

Does Amazon has APIs to index and search through documents stored using Amazon S3?

I have a lots of documents stored on Amazon S3. My questions are:

Does Amazon provide any services/APIs using which I can index the contents of the document and search them (full text indexing and searching)?

If it does could someone please point me to any link in the documentation.

If it does not then could this be achieved开发者_开发技巧 with Lucene and Zend Framework? Have any one of you implemented this? Can I get some pointers?

UPDATE: I do not intend to save my index on Amazon S3 rather I am looking forward to indexing the contents of the documents on S3 and serving them based on a search.


You can see this question, or this blog post if you want to do pure lucene, or you can use Solr, which is probably easier. See also this post.

Zend has a PHP port of Lucene, which ties in very well. You can look at the Zend documentation for how to use it.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜