Re: Mongo DB Users

2014-09-16 Thread Amey Patil
Remove. On Tue, Sep 16, 2014 at 12:58 PM, Joan wrote: > Remove please > > 2014-09-16 6:59 GMT+02:00 Patti Kelroe-Cooke : > > > Remove > > > > Kind regards > > Patti > > > > On Mon, Sep 15, 2014 at 5:35 PM, Aaron Susan > > wrote: > > > > > Hi, > > > > > > I am here to inform you that we are havi

How sorting works with multiple shards?

2014-05-28 Thread Amey Patil
Hi, I wanted to know how sorting works with multiple shards. Suppose I have queried with 4 shards specified. Records per page specified as 100 & sort-field as creationDate. So will it sort & fetch 100 documents from each shard, and then they will be aggregated, sorted again & top 100 will be give

Re: Solr Sorting & Caching

2012-09-11 Thread Amey Patil
; On Tue, 2012-09-11 at 08:00 +0200, Amey Patil wrote: > > Our solr index (Solr 3.4) has over 100 million docuemnts. > [...] > > *((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND > > date:[date1 TO *]* > > No. of keywords can be in the range of 100 - 1000

Solr Sorting & Caching

2012-09-10 Thread Amey Patil
Our solr index (Solr 3.4) has over 100 million docuemnts. We frequently fire one type of query on this index to get documents, do some processing and dump in another index. Query is of the form - *((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND date:[date1 TO *]* No. of keywo