1. I can't get your explanation. 2. childFilter=(image_uri_s:somevalue) OR (-image_uri_s:*) is not correct, lacks of quotes , and pointless (selecting some term, and negating all terms gives nothing). Thus, considerable syntax can be only childFilter="other_field:somevalue -image_uri_s:*"
3. I can only guess that you are asking about something like: http://localhost:8983/solr/demo/select?q={!parent which='type:parent'}image_uri_s:somevalue&fl=*,[child parentFilter=type:parent childFilter=-type:parent]&indent=true On Tue, Jul 14, 2015 at 11:56 PM, Ramesh Nuthalapati < ramesh.nuthalap...@gmail.com> wrote: > Yes you are right. > > So the query you are saying should be like below .. or did I misunderstood > it > > http://localhost:8983/solr/demo/select?q= {!parent > which='type:parent'}&fl=*,[child parentFilter=type:parent > childFilter=(image_uri_s:somevalue) OR (-image_uri_s:*)]&indent=true > > If so, I am getting an error with parsing field name. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Querying-Nested-documents-tp4217169p4217348.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com> <mkhlud...@griddynamics.com>