Your not providing enough info about what your trying to do, thus you get generalized responses to basic messaging technologies available.

1.) Does your lucene query really have to be in xml <query><term name="foo">bar</term></query> ? Or are you just wrapping the query in an XML wrapper? <query>foo:bar</query>

can you settle for http params? http://host/servlet?query="foo:bar";

2.) If what your looking for is just to generate an XML response from the Lucene results, thats a pretty trivial SAX Filtering strategy.

Lucene resultset --> SAXFilter -->SAX Events --> Serialize to response


-Mark

Pier Fumagalli wrote:
On 29/11/02 8:15 "petite_abeille" <[EMAIL PROTECTED]> wrote:


On Friday, Nov 29, 2002, at 05:28 Europe/Zurich, Nathan Ander wrote:


Take a look at the SOAP messaging protocol:
Or XML-RPC is you don't feel like having an headache:

Nanananana... Way out... :-)

    Pier


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


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

Reply via email to