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

2017-05-22 Thread Mikhail Khludnev
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 > >&

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

2017-05-22 Thread biplobbiswas
ds >>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
queryparsing? > >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://lucene.472066.n3.nabble.com/Nested-D

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
arams": { > "q": "*:*", > "indent": "true", > "wt": "json", > "_": "1495194572357" > } > }, > "response": { > "numFound": 2, >

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.