Hi Juan,
Thank you very much..Your code worked pretty awesome and was real
helpfulGreat start of the day...:)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Reading-data-from-Solr-MoreLikeThis-tp3130184p3140715.html
Sent from the Solr - User mailing list archive at Nabbl
Hi,
As far as I know, there's no specific method to get the MoreLikeThis section
from the response. Anyway, you can retrieve the results with a piece of code
like the following:
// the is a NamedList of SolrDocumentLists
> NamedList mltResult =
> (NamedList)response.getResponse().get("moreLikeTh