标签: php zend-framework lucene indexing documents
我想知道是否有办法使用lucene zend框架索引.doc,.pdf,.xls,.ppt,mp3等文件。
非常感谢,并且非常感谢
答案 0 :(得分:2)
对于Readymade解决方案(适合快速做事),请参阅lucene-silverstripe-plugin.
对于原油方法(如果你想学习内部结构,那就很好),
对于PDF,请参阅http://www.kapustabrothers.com/2008/01/20/indexing-pdf-documents-with-zend_search_lucene/#.TxbJ5jzhdtM
在类似的行上,您还可以索引其他文件。 对于Ms-word(.doc文件),请参阅
Reading/Writing a MS Word file in PHP
http://davidwalsh.name/read-pdf-doc-file-php