Function Query with an aggregation function of nested field

2014-08-26 Thread Srinivasan Ramaswamy
I have documents with the above mentioned schema. authorId : 10 authorName: Joshua Bloch books: { { bookId: 101 bookName: Effective Java description : effective java book with useful recommendations Category: 1 sales: { { keyword: effective java count: 200 }, { keyword: java tips count: 100 },

Re: Function Query with an aggregation function of nested field

2014-08-26 Thread Srinivasan Ramaswamy
Any thoughts anyone ? I am primarily looking for an answer to my 2nd question. On Tuesday, August 26, 2014 10:14:37 AM UTC-7, Srinivasan Ramaswamy wrote: I have documents with the above mentioned schema. authorId : 10 authorName: Joshua Bloch books: { { bookId: 101 bookName: