You might want to check out: - Solr (WS & RESTish access to Lucene engine, both search & index) - DWR (AJAX remote access library. Not really a WS, since communication protocol is not generic at this point, but works excellent if all you need is access to POJOs from JavaScript; it's more or less a very good AJAX remoting kit) - AJAX-RPC or JAVA-AJAX-RPC (don't remeber the name exactly). Similar to DWR, but protocol is standard JSON. A bit more difficult to use though and has a bit more limitations)
Vlad -----Original Message----- From: James Rhodes [mailto:[EMAIL PROTECTED] Sent: Sun 11/5/2006 12:21 AM To: java-user@lucene.apache.org Subject: Re: Re: lucene and web services? Yeah, I've considered that but I thought it would be pretty nice if I was able to build something that was transparent to Lucene. I'd like to use the Hits object itself. I may be complicating something, but the Hits implementation, at least in concept, seems pretty efficient and worth keeping. I'm open to the xml approach for sure, but was just curious if the WS approach was possible. Using the RemoteSearchable approach works with RMI pretty well. B On 11/4/06, Chris Lu <[EMAIL PROTECTED]> wrote: > Why not render your search results in XML format? > You can use some templating like Velocity. > > -- > Chris Lu > ------------------------- > Instant Full-Text Search On Any Database/Application > site: http://www.dbsight.net > demo: http://search.dbsight.com > > On 11/4/06, James Rhodes <[EMAIL PROTECTED]> wrote: > > Has anyone successfully implemented a web services front end to remotely > > search a Lucene index? I've tried to do it with the Xfire stuff in > > MyEclipse, but their default Aegis xml mapping stuff doesn't support the > > Lucene Hits object. I'd like to avoid searching a remote index via RMI, but > > for now it works. Can anyone point me in the right direction? > > > > Thanks! > > > > Bob > > > > > > --------------------------------------------------------------------- > 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]