Uses of Class
org.apache.lucene.search.grouping.TopGroups

Packages that use TopGroups
org.apache.lucene.search.grouping This module enables search result grouping with Lucene, where hits with the same value in the specified single-valued group field are grouped together. 
 

Uses of TopGroups in org.apache.lucene.search.grouping
 

Methods in org.apache.lucene.search.grouping that return TopGroups
 TopGroups SecondPassGroupingCollector.getTopGroups(int withinGroupOffset)
           
 

Constructors in org.apache.lucene.search.grouping with parameters of type TopGroups
TopGroups(TopGroups oldTopGroups, Integer totalGroupCount)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.