Ivo Jansch - Ibuildings.nl schreef:
Hi,

I want to use Zend_Search_Lucene to build a small search feature for our internal wiki, which is based on MediaWiki. The only problem is that all content is behind a login. Is there a way to tell Zend_Search_Lucene to login to a site before it starts spidering?

Greetings,
Ivo

Hi Ivo,

Lucene itself is just an indexing and search library and does not contain a spider feature. You would have to write your own spider, which would spider all pages in the MediaWiki, and index them; using Zend_Search_Lucene.

You might want to have a look at the Nutch project, which provides this functionality as well:
http://lucene.apache.org/nutch/

Best,

--
Andries Seutens
http://andries.systray.be

Gecontroleerd op virussen door de JOJO Secure Gateway.

Reply via email to