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 ? Did someone already used lucene with cxf and found a solution to use Document and Query objects through a web service call?

Thanks for any help :)

Regards,

Gary

Reply via email to