Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-22 Thread Mikhail Khludnev
any way to visualize the _childDocuments_ as well? Currently its part of a > the _childDocuments_ and represents itself in a json format, I can't > generate any statistics on top of the nested documents. > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Nested-Document-is-flattened-even-with-Field- > child-true-annotation-tp4335877p4336296.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-22 Thread biplobbiswas
;>Biplob >> >> >> >>-- >>View this message in context: >>http://lucene.472066.n3.nabble.com/Nested-Document-is-flattened-even-with-Field-child-true-annotation-tp4335877p4335911.html >>Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread Rick Leir
as nested if we perform the >blockjoinqueryparsing? > >So if I query normally with the default parser I would get all >documents >separately? >Did i understand correctly? > >Thanks & regards >Biplob > > > >-- >View this message in context: >http

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread biplobbiswas
ards Biplob -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-Document-is-flattened-even-with-Field-child-true-annotation-tp4335877p4335911.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread biplobbiswas
e. Can you please look at the first comment as well where I posted a sample code and sample response which i get back. Because its creating distinct documents for nested structure -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-Document-is-flattened-even-with-Field-chi

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread Mikhail Khludnev
": 0, > "QTime": 8, > "params": { > "q": "*:*", > "indent": "true", > "wt": "json", > "_": "1495194572357" > } > }, > "response": { > &quo

Re: Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread biplobbiswas
uot;1495194572357" } }, "response": { "numFound": 2, "start": 0, "maxScore": 1, "docs": [ { "id": "1", "child": [ true ] }, { "id&quo

Nested Document is flattened even with @Field(child = true) annotation

2017-05-19 Thread biplobbiswas
@Field("OldValue_t") private String oldValue; @Field("NewValue_t") private String newValue; } -- View this message in context: http://lucene.472066.n3.nabble.com/Nested-Document-is-flattened-even-with-Field-child-true-annotation-tp4335877.html Sent from the Solr - User mailing list archive at Nabble.com.