Re: Nested documents, block join - re-indexing a single document upon update

2014-04-10 Thread Mikhail Khludnev
On Sun, Mar 16, 2014 at 2:47 PM, danny teichthal wrote: > > To make things short, I would like to use block joins, but to be able to > index each document on the block separately. > > Is it possible? > no way. use query time {!join} or denormalize then, field collapsing. -- Sincerely yours Mi

Re: Nested documents, block join - re-indexing a single document upon update

2014-03-18 Thread danny teichthal
he entire block, and maybe some way to delete individual child documents > as well. > > -- Jack Krupansky > > -Original Message- From: danny teichthal > Sent: Tuesday, March 18, 2014 3:58 AM > To: solr-user@lucene.apache.org > Subject: Re: Nested documents, block join

Re: Nested documents, block join - re-indexing a single document upon update

2014-03-18 Thread Jack Krupansky
uments are and must be managed as a block and not individually. -- Jack Krupansky From: danny teichthal Sent: Sunday, March 16, 2014 6:47 AM To: solr-user@lucene.apache.org Subject: Nested documents, block join - re-indexing a single document upon update Hi All, To make things short, I wo

Re: Nested documents, block join - re-indexing a single document upon update

2014-03-18 Thread danny teichthal
> -- Jack Krupansky > > From: danny teichthal > Sent: Sunday, March 16, 2014 6:47 AM > To: solr-user@lucene.apache.org > Subject: Nested documents, block join - re-indexing a single document upon > update > > > > > Hi All, > > > > > To make things

Re: Nested documents, block join - re-indexing a single document upon update

2014-03-16 Thread Jack Krupansky
You stumbled upon the whole point of block join – that the documents are and must be managed as a block and not individually. -- Jack Krupansky From: danny teichthal Sent: Sunday, March 16, 2014 6:47 AM To: solr-user@lucene.apache.org Subject: Nested documents, block join - re-indexing a

Nested documents, block join - re-indexing a single document upon update

2014-03-16 Thread danny teichthal
Hi All, To make things short, I would like to use block joins, but to be able to index each document on the block separately. Is it possible? In more details: We have some nested parent-child structure where: 1. Parent may have a single level of children 2. Parent and child