Re: Doubts regarding usage of block join query

2018-02-04 Thread Aashish Agarwal
Hello Mikhail, Thanks for helping. I added documents using solrInputDocument and all childs as collection as collection using addChildDocumnets method. It is working fine now. Thanks a lot for your help. On Jan 18, 2018 11:57 PM, "Mikhail Khludnev" wrote: Just find a way how to write a block

Re: Doubts regarding usage of block join query

2018-01-18 Thread Mikhail Khludnev
Just find a way how to write a block into a segment as whole via https://lucene.apache.org/core/4_6_0/core/org/apache/lucene/index/IndexWriter.html#addDocuments(java.lang.Iterable, org.apache.lucene.analysis.Analyzer). On Thu, Jan 18, 2018 at 8:24 AM, Aashish Agarwal wrote: > So is there any way

Re: Doubts regarding usage of block join query

2018-01-17 Thread Aashish Agarwal
So is there any way to solve the above problem? On Jan 18, 2018 1:31 AM, "Mikhail Khludnev" wrote: > sure > > On Wed, Jan 17, 2018 at 9:39 PM, Aashish Agarwal > wrote: > > > Hello, > > I tried to use block join query feature in solr 4.6.0. My data is in > > database but since 4.6 does not suppo

Re: Doubts regarding usage of block join query

2018-01-17 Thread Mikhail Khludnev
sure On Wed, Jan 17, 2018 at 9:39 PM, Aashish Agarwal wrote: > Hello, > I tried to use block join query feature in solr 4.6.0. My data is in > database but since 4.6 does not support DIH with child=true, so I created > the csv in order list of child followed by parent. > I used the csv to import