search examples anyone?

2004-05-24 Thread Vince Taluskie

I'd like to add search capability for our jetspeed portal, but I'm not
finding much in the way of articles about doing this - does anyone have
some examples or pointers that they can share on using the lucene search
service within jetspeed?

I'm having excellent results on our non-portal content with nutch, but I'd
like to provide that kind of search capability within the portal too...

Thanks in advance,

Vince



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



Re: search examples anyone?

2004-05-24 Thread Christophe Lombart
See the search service interface. The API is quite simple ( see 
http://portals.apache.org/jetspeed-1/apidocs/index.html).
What you need is :
1. get a reference to the Search service.
2. add some object into the Lucene index via the SearchService methods ( 
add(...))
3. Later, search objects via the search method.

Christophe
Vince Taluskie wrote:
I'd like to add search capability for our jetspeed portal, but I'm not
finding much in the way of articles about doing this - does anyone have
some examples or pointers that they can share on using the lucene search
service within jetspeed?
I'm having excellent results on our non-portal content with nutch, but I'd
like to provide that kind of search capability within the portal too...
Thanks in advance,
Vince

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