Looks like there is no publish java client for solr - what a surprise. I
would assume it would be very useful for integrating solr into existing
apps. 
Anyone has done parsing standard XML response to Java Objects? I would
like to create some strong typed object hierarchy instead bunch of
Collections and Maps. The current XML schema is very light and I was
having a hard time writing Digester rules. I am in the mid of write XSLT
to transform response into "easier" XML tags for Digester (such as
<header><status>0</status>...</header> instead of <lst
name='responseHeader'><int name='status'>0</int>...). Is there a good
reason for solr to not have a particular rich XML schema? 
 
-Yao

Reply via email to