I'm tasked with doing this very thing in the next few weeks.

Have barely glanced at Lucene, so I could be wrong, but I thought you could kick off a process that would index a specified directory. Then your search uses the index to find results. Seems perfectly fit for Maven integration. It must not be that simple, b/c someone else would have done it by now if it was. :)

One way or the other, I'll know the answer in a couple of weeks. Let me know if you're interested in the results.

Kim


On Sep 17, 2004, at 2:15 PM, Konstantin Priblouda wrote:


--- 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to