Hi, I am about to start on my first Zend project and though I would check I am going about things the right way. Hope you dont mind!
My company want a searchable, online document archive. The obvious solution is to enable users to upload files, which then get indexed and become searchable. However these documents are updated regularly, and there is already a standard network location for each file. I am therefore thinking that a better solution would be for users to be able to 'link' to files, rather than upload them. This would enable everyone to continue updating documents as usual; they wouldn't have to reupload after each change. The search index could then be updated each night. Does this make sense? Can you see any issues with this solution? Two specific questions that spring to mind are 1) Am I going to have any issues accessing network files? 2) I will obviously be using Zend_Search_Lucene for the search side of things. But are there any other zend classes that I should be making use of. Perhaps for file access? Any thoughts greatly appreciated. Thanks! Steve -- View this message in context: http://www.nabble.com/Indexing-Network-Files-with-Zend_Search_Lucene-tp23392448p23392448.html Sent from the Zend Framework mailing list archive at Nabble.com.
