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 >

Solr block join

2019-01-08 Thread Rajdeep Sahoo
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

Solr: Block Join Faceting

2016-07-27 Thread Morse, Matthew K.
Sorry for the double post.

Solr: Block Join Faceting

2016-07-27 Thread Morse, Matthew K.
I have a document with multiple different children. Below is the structure: 1 true 11 false 22 6 12 false 11 7276 13 false 100419 14 false 245 2 true

Solr: Block Join Faceting

2016-07-27 Thread Morse, Matthew K.
I have a document with multiple different children. Below is the structure: 1 true 11 false 22 6 12 false 11 7276 13 false 100419 14 false 245 2 true

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

Solr Block join not working after parent update

2016-01-15 Thread sairamkumar
Hi, Solr search with child field(s) is not working after an update in the parent field(s). Parent entity has 20 million and child has 30 million records. This is a show stopper. Kindly suggest solution/alternative. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Block

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

Solr Block Join Query matching Parent documents that have multiple children

2014-12-19 Thread Jamie Johnson
I have the following documents indexed 0 1 physicalcharacteristics Black Green physicalcharacteristics Red Brown person 1 physicalcharacteristics Pink Purple physicalcharacteristics Brown Blue person 2 I am able to get back all people that have child documents with brown hair and

Solr block join

2013-10-28 Thread Simon
e to share your solutions? Thanks, Simon -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-block-join-tp4098128.html Sent from the Solr - User mailing list archive at Nabble.com.