Indexing Word Documents and PDFs with Sphinx

前端 未结 3 1640
醉话见心
醉话见心 2020-12-14 11:43

I have a website where users upload documents in .doc and .pdf format. I am using Sphinx to conduct full text searches on my SQL database (MySQL). What is the best way to

3条回答
  •  遥遥无期
    2020-12-14 12:40

    Unfortunately, Sphinx can't index those file types directly. You'll need to either import the textual contents into a database, or into an XML format that Sphinx can understand.

提交回复
热议问题