--- Kim Goings <[EMAIL PROTECTED]> wrote:

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

somebody pays you to do this, or is it just private
fun? :)

> 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.  :)

It was not done because nobody  was interested enough
to do this :)

Most people just generate static html site - so there
is no need for lucene inside it (though they might
index whole webserver with several projects )

You will have to do some hacking on lucene though.
( search directory storing data in war / on classpath,
index reader which is hacked to not to obtain read
locks ( maybe ), servlet ) 




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

As my developer docs server serves just wiki & plain
html, I will have no use of it. I'd rather put my 
( non existent ) spare time to install damagecontrol.

Anyway, I suggest you put this idea to lucene mailing
list. That may persuade them to ofer maven build
system
( not only ant ).

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


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!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

Reply via email to