Re: Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-06 Thread David Kramer
> for now > > we get them flattened > > · We are building out the proof of concept for this. This is > all > > new work, so we are free to change a lot. > > · This is Solr 6.0.0, and we are importi

Re: Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-02 Thread David Kramer
ed > documents in > > the results, and we will have to figure that out at some point, but > for now > > we get them flattened > > · We are building out the proof of concept for this. This is > all > > new work, so

Re: Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-02 Thread Mikhail Khludnev
ut at some point, but > for now > > we get them flattened > > · We are building out the proof of concept for this. This is > all > > new work, so we are free to change a lot. > > · This is Solr 6.0.0, and we are importing

Re: Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-02 Thread David Kramer
them flattened > · We are building out the proof of concept for this. This is all > new work, so we are free to change a lot. > · This is Solr 6.0.0, and we are importing in JSON format, if that > matters > · I submitted this

Re: Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-02 Thread Mikhail Khludnev
this question to StackOverflow<http:// > stackoverflow.com/questions/41969353/solr-querying-nested-documents-with- > childdoctransformerfactory-get-parent-quer> but haven’t gotten any > answers yet. > > > Our data looks like this (I've removed some fields for

Solr querying nested documents with ChildDocTransformerFactory, get “Parent query yields document which is not matched by parents filter”

2017-02-01 Thread David Kramer
ttp://stackoverflow.com/questions/41969353/solr-querying-nested-documents-with-childdoctransformerfactory-get-parent-quer> but haven’t gotten any answers yet. Our data looks like this (I've removed some fields for simplicity): { "id": 739063, "docType": "P

Re: Querying Nested documents

2015-07-15 Thread Ramesh Nuthalapati
-Nested-documents-tp4217169p4217534.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Querying Nested documents

2015-07-15 Thread Alessandro Benedetti
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

Re: Querying Nested documents

2015-07-15 Thread Alessandro Benedetti
-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 -- -- Benedetti Alessandro

Re: Querying Nested documents

2015-07-15 Thread Mikhail Khludnev
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

Re: Querying Nested documents

2015-07-15 Thread Mikhail Khludnev
=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

Re: Querying Nested documents

2015-07-14 Thread rameshn
, but still return all other children since there is no filter in the other children. -- View this message in context: http://lucene.472066.n3.nabble.com/Querying-Nested-documents-tp4217169p4217258.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Querying Nested documents

2015-07-14 Thread Alessandro Benedetti
to filter based on the image_uri_s value, but still return all other children since there is no filter in the other children. -- View this message in context: http://lucene.472066.n3.nabble.com/Querying-Nested-documents-tp4217169p4217258.html Sent from the Solr - User mailing list archive

Re: Querying Nested documents

2015-07-14 Thread Ramesh Nuthalapati
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.

Re: Querying Nested documents

2015-07-14 Thread Alessandro Benedetti
.472066.n3.nabble.com/Querying-Nested-documents-tp4217169p4217348.html Sent from the Solr - User mailing list archive at Nabble.com. -- -- Benedetti Alessandro Visiting card - http://about.me/alessandro_benedetti Blog - http://alexbenedetti.blogspot.co.uk Tyger, tyger

Re: Querying Nested documents

2015-07-13 Thread Mikhail Khludnev
what about? http://localhost:8983/solr/demo/select?q={!parent%20which=%27type:parent%27}fl=*,[child%20parentFilter=type:parent%20childFilter=-type:parent]indent=true -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics http://www.griddynamics.com mkhlud...@griddynamics.com

Querying Nested documents

2015-07-13 Thread rameshn
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

Re: Querying Nested documents

2015-07-13 Thread Alessandro Benedetti
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

Re: Querying Nested documents

2015-07-13 Thread Steve Rowe
-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

Querying Nested documents

2015-07-13 Thread Ramesh Nuthalapati
(Duplicate post as the xml is not formatted well in nabble, so posting directly to the list) Hi, I have question regarding nested documents. My document looks like below, doc field name=id1234/field field name=pk_idxger/field field name=title_t![CDATA[title]]/field

Re: Querying Nested documents

2015-07-13 Thread rameshn
My sincere Apologies. Re-submitted directly to the list. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Querying-Nested-documents-tp4217088p4217166.html Sent from the Solr - User mailing list archive at Nabble.com.