flux
flux copied to clipboard
add support for hierarcical document.
SolrDocument.addChildren was never used. Now if the document contains a childDocuments key, then the vector will be added as a list of children to the current document.
It works also recursively.