I’m wanting to add a search box onto my website – which is built using Zend Framework 1.6 – using Zend Search Lucene. The majority of my content is static, and held within Controller Views.
Does anyone have a script that can index content from the views, and add them into the Lucene search database so I can search them?
Many thanks,
Matt
Just an idea: you could use
If
allow_url_fopenis set to1the call tofile_get_contents()used inZend_Search_Lucene_Document_Html::__construct()should be able to open files via an url.