Hi
On 10/10/13 09:17, G.Long wrote:
Hi :)

I'm trying to query a lucene index through a custom web service built
with Apache CXF but it doesn't work correctly.  I want my webservice to
return a List of Lucene Document objects. On  client side, the returned
list actually contains Document objects but each document has no fields
(although on server side documents are fully filled with these fields).

I assume this is a marshalling/unmarshalling problem ?
Looks like so
Did someone
already used lucene with cxf and found a solution to use Document and
Query objects through a web service call?

Why do you need to return Lucene objects directly ? I thought I'd use them on the server side to retrieve some custom data to be returned instead ?

Cheers, Sergey
Thanks for any help :)

Regards,

Gary


Reply via email to