Apache Solr - Indexing ZIP files
问题 My web app is an e-mail service. It stores email messages in MySQL database and email attachments are on a disk. The database is similar to: ---------------------------------------------------------------------- | id | sender | receiver | subject | body | attach_dir | attachments | ---------------------------------------------------------------------- | 2 | 444 | 555 | Apples | Hey! | /mnt/emails| att1.doc\r\n| | | | | | | | att2.doc\r\n| ------------------------------------------------------