Hi,
 
My results from solr returns about 982 documents and I use jaxb to parse them 
into java objects, which takes about 469 ms, which is over my 150-200ms 
threshold.
 
Is there a solution around this?  Can I store the java objects in the index and 
return them in the solr response and then serialize them back into java 
objects?  Would this take less time?
 
Any other ideas?
 
Thanks,
 
Tri

Reply via email to