Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - pagination and groups


Copy link to this message
-
pagination and groups
Benson Margulies 2011-07-01, 17:56
I'm a bit puzzled while trying to adapt some pagination code in
javascript to a grouped query.

I'm using:

'group' : 'true',
 'group.limit' : 5, // something to show ...
 'group.field' : [ 'bt.nearDupCluster', 'bt.nearStoryCluster' ]

and displaying each field's worth in a tab. how do I work 'start', etc?