Re: Nested doc / Block Join Incorrect Responses

2014-06-27 Thread Elliot Ickovic
fore I was only able to delete by id and _root_). On Fri, Jun 27, 2014 at 4:38 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > On Fri, Jun 27, 2014 at 1:47 AM, Elliot Ickovic > wrote: > > > Tried the following: > > > > add() - fakeparent000 : [single001]

Re: Nested doc / Block Join Incorrect Responses

2014-06-26 Thread Elliot Ickovic
ild001_2 should only contain child types. also tried with add() - single001 : [fakechild001_1] ... with similarly incorrect response. Any idea could be going wrong? On Thu, Jun 26, 2014 at 3:41 PM, Elliot Ickovic wrote: > Hi Mikhail, Thank you for the quick response! > > If I instead

Re: Nested doc / Block Join Incorrect Responses

2014-06-26 Thread Elliot Ickovic
oc is mandatory, you can't omit it. > Thus instead of: > add() - single001 > > you have to > > add() - fakeparent000 : [single001] > > there was no plans to support any sort of flexibility there... > > > > On Thu, Jun 26, 2014 at 9:52 PM, Elliot Ickovic &

Nested doc / Block Join Incorrect Responses

2014-06-26 Thread Elliot Ickovic
Using Solr 4.8.1. I am creating an index containing Solr documents both with and without nested documents. When Indexing documents from a single SolrJ client on a single thread if I do not call commit() after each document add() I see some erroneous documents returned from my "child of" or "paren