You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by sairamkumar <sa...@gmail.com> on 2016/01/15 07:01:57 UTC

Solr Block join not working after parent update

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-join-not-working-after-parent-update-tp4250936.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Block join not working after parent update

Posted by Jack Krupansky <ja...@gmail.com>.
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 block of parent-child documents must be
indexed together."

See:
https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers#UploadingDatawithIndexHandlers-NestedChildDocuments

As Mikhail indicatefed, "*the whole block of parent-child documents must be
indexed together.*" They must also be updated together.

-- Jack Krupansky

On Fri, Jan 15, 2016 at 3:31 AM, Mikhail Khludnev <
mkhludnev@griddynamics.com> wrote:

> On Thu, Jan 14, 2016 at 10:01 PM, sairamkumar <
> sairam.subramanian@gmail.com>
> wrote:
>
> > This is a show stopper. Kindly suggest solution/alternative.
>
>
> update whole block.
>
>
> --
> Sincerely yours
> Mikhail Khludnev
> Principal Engineer,
> Grid Dynamics
>
> <http://www.griddynamics.com>
> <mk...@griddynamics.com>
>

Re: Solr Block join not working after parent update

Posted by Mikhail Khludnev <mk...@griddynamics.com>.
On Thu, Jan 14, 2016 at 10:01 PM, sairamkumar <sa...@gmail.com>
wrote:

> This is a show stopper. Kindly suggest solution/alternative.


update whole block.


-- 
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mk...@griddynamics.com>