You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Upayavira <uv...@upaya.co.uk> on 2003/07/24 14:59:32 UTC

[PATCH] CocoonCrawler enhancements

Unico,

I've seen this crawler before, and wondered what it is used for. Can you
tell me?

Sounds like it could work with the CLI, instead of its own rather messy
crawler.

Regards, Upayavira


On 24 Jul 2003 11:10:02 -0000, bugzilla@apache.org said:
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21368>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
> INSERTED IN THE BUG DATABASE.
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21368
> 
> [PATCH] CocoonCrawler enhancements
> 
> 
> 
> 
> 
> ------- Additional Comments From unico@hippo.nl  2003-07-24 11:10 -------
> Don't forget me!
> 

Re: [PATCH] CocoonCrawler enhancements

Posted by Vadim Gritsenko <va...@verizon.net>.
Upayavira wrote:

>Unico,
>
>I've seen this crawler before, and wondered what it is used for. Can you
>tell me?
>  
>

It is used to create a lucene search index. See lucene block, 
SimpleLuceneCocoonIndexerImpl, and samples

Vadim