Re: converting to parent/child block indexing

2014-12-17 Thread Michael Sokolov
Thanks, Mikhail! That explains the situation pretty well. -Mike On 12/17/14 4:49 PM, Mikhail Khludnev wrote: Hm.. really sorry about that. The current implementation is not really ideal, you know. When handles update it tries to recognize whether it block or not and in fact it uses _root_ fiel

Re: converting to parent/child block indexing

2014-12-17 Thread Mikhail Khludnev
Hm.. really sorry about that. The current implementation is not really ideal, you know. When handles update it tries to recognize whether it block or not and in fact it uses _root_ field to enforce uniqueness. There are few consequences: - _root_ field spans whole block, not the parent one - cur

converting to parent/child block indexing

2014-12-17 Thread Michael Sokolov
Have other people tried migrating an index that was created without block (parent/child) indexing to one that *does* have it? Did you find that you got duplicate documents - ie multiple documents with the same uniqueField value? That's what I found, and I don't see how that's possible. What