--- Adam Fisk <[EMAIL PROTECTED]> wrote: > Is there any way to have maven automatically > incorporate Lucene to offer > full text searching of your generated site? I > haven't seen this, but it > would be a handy feature.
as site produced by maven is pretty static, there is no way to use lucene. well, maven could produce war file with enough dynamic, and could preform full indexing of result, and incorporate this index into war archive... but it would require development of a lot of stuff from lucene guys: - directory which is able to get information from war archive (AFAIR - there is none ) - search servlet going to this directory ( I'm not aware of it, maybe I'm wrong ) - some maven-compatible way to perform indexing (AFAIR - not there) It would be possible to develop with a litle help from lucene guys, but this will need time and lobby work. ( though they describe themselves as pretty open to changes ) regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programmieren, Kenntnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
