Re: Solr block join

2019-01-27 Thread kumar gaurav
Hi Rajdeep Solr bock join query is used for Nested Documents (also called Nested Objects) provides the ability to “nest” some documents inside of other documents in a parent/child relationship. Refer to this post . http://yonik.com/solr-nested-objects/ Thanks On Sun, Jan 27, 2019 at 7:29 PM

Re: Solr block join

2019-01-27 Thread Rajdeep Sahoo
But how can I use it. In what context block join is required. If I use it, what are the benefits I will be getting. On Jan 27, 2019 6:49 PM, "Mikhail Khludnev" wrote: > Rajdeep, it's already implemented in Lucene and Solr. > > > On Sun, Jan 27, 2019 at 1:14 PM Rajdeep Sahoo > wrote: > > > Please

Re: Solr block join

2019-01-27 Thread Mikhail Khludnev
Rajdeep, it's already implemented in Lucene and Solr. On Sun, Jan 27, 2019 at 1:14 PM Rajdeep Sahoo wrote: > Please help in understanding how to implement block join query > On Jan 27, 2019 1:43 AM, "Mikhail Khludnev" wrote: > > > https://lucene.apache.org/solr/guide/7_6/other-parsers. > > htm

Re: Solr block join

2019-01-27 Thread Rajdeep Sahoo
Please help in understanding how to implement block join query On Jan 27, 2019 1:43 AM, "Mikhail Khludnev" wrote: > https://lucene.apache.org/solr/guide/7_6/other-parsers. > html#block-join-parent-query-parser > > On Sat, Jan 26, 2019 at 10:30 PM Rajdeep Sahoo > > wrote: > > > Please suggest any

Re: Solr block join

2019-01-26 Thread Mikhail Khludnev
https://lucene.apache.org/solr/guide/7_6/other-parsers.html#block-join-parent-query-parser On Sat, Jan 26, 2019 at 10:30 PM Rajdeep Sahoo wrote: > Please suggest anyone > On Jan 8, 2019 11:07 PM, "Rajdeep Sahoo" > wrote: > > > What is the use of block join in solr > > > -- Sincerely yours Mi

Re: Solr block join

2019-01-26 Thread Rajdeep Sahoo
Please suggest anyone On Jan 8, 2019 11:07 PM, "Rajdeep Sahoo" wrote: > What is the use of block join in solr >

RE: Solr: Block Join Faceting

2016-08-02 Thread Mikhail Khludnev
> 2. I will try this out. > > > > *From:* Mikhail Khludnev [mailto:m...@apache.org] > *Sent:* Tuesday, August 02, 2016 9:37 AM > *To:* solr-user; Morse, Matthew K. > *Subject:* Re: Solr: Block Join Faceting > > > > > > > > On Wed, Jul 27, 2016 at

RE: Solr: Block Join Faceting

2016-08-02 Thread Morse, Matthew K.
. From: Mikhail Khludnev [mailto:m...@apache.org] Sent: Tuesday, August 02, 2016 9:37 AM To: solr-user; Morse, Matthew K. Subject: Re: Solr: Block Join Faceting On Wed, Jul 27, 2016 at 5:27 PM, Morse, Matthew K. mailto:matthew.k.mo...@fmr.com.invalid>> wrote: 1.With this query I rece

Re: Solr: Block Join Faceting

2016-08-02 Thread Mikhail Khludnev
On Wed, Jul 27, 2016 at 5:27 PM, Morse, Matthew K. < matthew.k.mo...@fmr.com.invalid> wrote: > > 1.With this query I receive no facet results. The main response > is correct, but I was expecting to see a fundCode facet of 245 with 1. > Below is the query with the output. > > the empty fu

Re: Solr Block join not working after parent update

2016-01-15 Thread Jack Krupansky
Read the note at the bottom of the doc page: "One limitation of indexing nested documents is that the whole block of parent-children documents must be updated together whenever any changes are required. In other words, even if a single child document or the parent document is changed, the whole blo

Re: Solr Block join not working after parent update

2016-01-15 Thread Mikhail Khludnev
On Thu, Jan 14, 2016 at 10:01 PM, sairamkumar wrote: > This is a show stopper. Kindly suggest solution/alternative. update whole block. -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Re: Solr Block Join Query matching Parent documents that have multiple children

2014-12-20 Thread Mikhail Khludnev
On Sat, Dec 20, 2014 at 1:32 AM, Jamie Johnson wrote: > > I have the following documents indexed > > > 0 > 1 > > > > physicalcharacteristics > Black > Green > > > physicalcharacteristics > Red > Brown > > > person > 1 > > > physicalcharacteristics > Pink > Purple > > > physicalcharact