Re: Why aren't my nested documents nesting?

2014-06-19 Thread Vinay B,
Thanks, I tried the block join query via the browser this morning with no success; My URL ( encoded of course). I used this as a guide https://cwiki.apache.org/confluence/display/solr/Other+Parsers http://localhost:8088/solr/test_core/select?q={!parent

Why aren't my nested documents nesting?

2014-06-18 Thread Vinay B,
Probably a silly error. Can someone point out my mistake? Code and output gists at https://gist.github.com/anonymous/fb9cdb5b44e76b2c308d Thanks Code: SolrInputDocument solrDoc = new SolrInputDocument(); solrDoc.addField(id, documentId); solrDoc.addField(content_type,

Re: Why aren't my nested documents nesting?

2014-06-18 Thread Mikhail Khludnev
because you need you query by special query parser http://blog.griddynamics.com/2013/09/solr-block-join-support.html to nest the output you need https://issues.apache.org/jira/browse/SOLR-5285 On Thu, Jun 19, 2014 at 3:20 AM, Vinay B, vybe3...@gmail.com wrote: Probably a silly error. Can