Re: Sorting groups by numFound group size

2011-09-10 Thread Martijn v Groningen
Not yet. If you want you can create an issue for sorting groups by numFound. On 9 September 2011 18:49, O. Klein wrote: > I am also looking for way to sort on numFound. > > Has an issue been created? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Sorting-groups-by-nu

Re: Sorting groups by numFound group size

2011-09-09 Thread O. Klein
I am also looking for way to sort on numFound. Has an issue been created? -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-groups-by-numFound-group-size-tp3315740p3323420.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Sorting groups by numFound group size

2011-09-08 Thread Martijn v Groningen
No, as far as I know sorting by group count isn't planned. You can create an issue in Jira where future development of this feature can be tracked. On 7 September 2011 23:54, bobsolr wrote: > Hi Martijn, > > Thanks for the reply. Unfortunately I can't reference the group size using > a > functio

Re: Sorting groups by numFound group size

2011-09-07 Thread bobsolr
Hi Martijn, Thanks for the reply. Unfortunately I can't reference the group size using a function or by specifying a schema field, although I use those methods to sort docs within a group. Do you know if sort by group size is available/planned for a future release of solr(maybe 4.0)? if so, it mig

Re: Sorting groups by numFound group size

2011-09-07 Thread Martijn v Groningen
Sorting groups by numfound isn't possible. You can sort groups by specifying a function or a field (from your schema) in the sort parameter. The numFound isn't a field so that is why you can't sort on it. Martijn On 7 September 2011 08:17, bobsolr wrote: > Hi, > > I'm using this sample query to