You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "tamanjit.bindra@yahoo.co.in" <ta...@yahoo.co.in> on 2013/11/15 19:25:55 UTC

Solr Grouping

Hi,
In Grouping we can group docs as per a field. Can we also have something
like pagination within a group.

For eg.
G1 has G1D1,G1D2,G1D3
G2 has G2D1, G2D2
G3 has G3D1, G3D2, G3D3, G3D4.

Can I fetch the results like (if group.format=simple)

Page1:
G1D1
G2D1
G3D1

Page 2:
G1D2
G2D2
G3D2

Page3:
G1D3
G2D2
G3D3

Page4:
G3D4







--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-Grouping-tp4101313.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Grouping

Posted by "tamanjit.bindra@yahoo.co.in" <ta...@yahoo.co.in>.
My question is fro group.format=simple. In normal grouping i know
group.offset would work



--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-Grouping-tp4101313p4101316.html
Sent from the Solr - User mailing list archive at Nabble.com.