Re: trigger delete on nested documents

2014-05-22 Thread Mikhail Khludnev
Tomas, I left a few comments for particular cases at https://issues.apache.org/jira/browse/SOLR-6096 and really want to follow up your issues... Y U NO TXT ME BACK??>.. On Tue, May 20, 2014 at 4:36 PM, Thomas Scheffler < thomas.scheff...@uni-jena.de> wrote: > Am 20.05.2014 14:11, schrieb Jack Kr

Re: trigger delete on nested documents

2014-05-20 Thread Thomas Scheffler
Am 20.05.2014 14:11, schrieb Jack Krupansky: To be clear, you cannot update a single document of a nested document in place - you must reindex the whole block, parent and all children. This is because this feature relies on the underlying Lucene block join feature that requires that the documents

Re: trigger delete on nested documents

2014-05-20 Thread Jack Krupansky
-Original Message- From: Thomas Scheffler Sent: Tuesday, May 20, 2014 4:27 AM To: solr-user@lucene.apache.org Subject: Re: trigger delete on nested documents Am 19.05.2014 19:25, schrieb Mikhail Khludnev: Thomas, Vanilla way to override a blocks is to send it with the same unique-key (I

Re: trigger delete on nested documents

2014-05-20 Thread Thomas Scheffler
Am 19.05.2014 19:25, schrieb Mikhail Khludnev: Thomas, Vanilla way to override a blocks is to send it with the same unique-key (I guess it's "id" for your case, btw don't you have unique-key defined in the schema?), but it must have at least one child. It seems like analysis issue to me https://

Re: trigger delete on nested documents

2014-05-19 Thread Mikhail Khludnev
Thomas, Vanilla way to override a blocks is to send it with the same unique-key (I guess it's "id" for your case, btw don't you have unique-key defined in the schema?), but it must have at least one child. It seems like analysis issue to me https://issues.apache.org/jira/browse/SOLR-5211 While bl

Re: trigger delete on nested documents

2014-05-18 Thread Thomas Scheffler
Am 19.05.2014 08:38, schrieb Walter underwood: Solr does not support nested documents. -- wunder It does since 4.5: http://lucene.apache.org/solr/4_5_0/solr-solrj/org/apache/solr/common/SolrInputDocument.html#addChildDocuments(java.util.Collection) But this feature is rather poor documented

Re: trigger delete on nested documents

2014-05-18 Thread Walter underwood
Solr does not support nested documents. -- wunder > On May 18, 2014, at 11:36 PM, Thomas Scheffler > wrote: > > Hi, > > I plan to use nested documents to group some of my fields > > > art0001 > My first article > >art0001-foo >Smith, John >author > > >art0001-bar >