Re: Sustainable way to regularly purge deleted docs

2014-12-03 Thread Govind Chandrasekhar
%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CAPmjWd3LXVJ4O2pZZjz3hDH9w499GOQ85mAsk-TLp0Y3E8YC2Q%40mail.gmail.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. -- Govind Chandrasekhar -- You received this message because

Re: Sustainable way to regularly purge deleted docs

2014-12-02 Thread Govind Chandrasekhar
Jonathan, Did you find a solution to this? I've been facing pretty much the same issue since I've added nested documents to my index - delete percentage goes really high and an explicit optimize leads to an OOM. Thanks. On Saturday, August 23, 2014 8:08:32 AM UTC-7, Jonathan Foy wrote: Hello

Scrolling over Parent/Child Documents

2014-10-26 Thread Govind Chandrasekhar
I have an index of ~500 million documents, which I'd like to scroll through either sorted by a common field (across multiple types), or by clustering parent-child documents together. Here's how a typical set of documents is laid out: PARENT: {id : PARENT_ID1, index = CommonIndex, type = TypeA,