Re: 答复: About the Sorting of Groups during Grouping by

2013-03-04 Thread Tom Burton-West
artijn.is.h...@gmail.com [mailto:martijn.is.h...@gmail.com] 代表 > Martijn v Groningen > 发送时间: 2013年2月11日 19:29 > 收件人: java-user@lucene.apache.org > 主题: Re: About the Sorting of Groups during Grouping by > > Hi, > > My purpose is trying to sort the groups based on some way of

答复: About the Sorting of Groups during Grouping by

2013-02-11 Thread Oliver Xu
: About the Sorting of Groups during Grouping by Hi, My purpose is trying to sort the groups based on some way of aggregation > values of the scores of all the documents in each group, such as their sums > or averages. > At the moment this isn't possible out of the box. You could

About the Sorting of Groups during Grouping by

2013-02-11 Thread Oliver Xu (Aigine Co)
Dear List, I've made through the demo code for grouping search using TermFirstPassGroupingCollector and TermSecondPassGroupingCollector. However, the sorting of resulted groups is determined by the scores of the top-one documents in each group. ( Everyone of these documents has the highest sco

About the Sorting of Groups during Grouping by

2013-02-07 Thread Oliver Xu
Dear, I've made through the demo code for grouping search using TermFirstPassGroupingCollector and TermSecondPassGroupingCollector. However, the sorting of resulted groups is determined by the scores of the top-one documents in each group. ( Everyone of these documents has the highest score in it