Hi rameshn,

Nabble has a nasty habit of stripping out HTML and XML markup before sending 
your mail out to the mailing list - see your message quoted below for how it 
appears to people who aren’t reading via Nabble.

My suggestion: directly subscribe to the solr-user mailing list[1] and avoid 
Nabble.  (They’ve known about the problem for many years and AFAICT have done 
nothing about it.)

Steve

[1] https://lucene.apache.org/solr/resources.html#mailing-lists

> On Jul 13, 2015, at 12:03 PM, rameshn <ramesh.nuthalap...@gmail.com> wrote:
> 
> Hi, I have question regarding nested documents.My document looks like below,  
>       
> 1234        xger                        0        0        parent              
>  
> 2015-06-15T13:29:07Z        ege        Duper        http://www.domain.com     
>   
> zoome                    1234-images           
> http://somedomain.com/some.jpg            1:1                           
> 1234-platform-ios                                ios           
> https://somedomain.com            somelink            false           
> 2015-03-23T10:58:00Z            9999-12-30T19:00:00Z                          
>                 
> 1234-platform-android                                android           
> somedomain.com            somelink            false           
> 2015-03-23T10:58:00Z            9999-12-30T19:00:00Z                          
> Right now I can query like
> thishttp://localhost:8983/solr/demo/select?q={!parent%20which=%27type:parent%27}&fl=*,[child%20parentFilter=type:parent%20childFilter=image_uri_s:*]&indent=trueand
> get the parent and child document with matching criteria (just parent and
> image child document).*But, I want to get all other children*
> (1234-platform-ios and 1234-platform-andriod) even if i query based on
> image_uri_s (1234-images) although they are other children which are part of
> the parent document.Is it possible ?Appreciate your help !Thanks,Ramesh
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Querying-Nested-documents-tp4217088.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to