Uses of Class
org.apache.lucene.search.grouping.AbstractGroupFacetCollector.GroupedFacetResult

Packages that use AbstractGroupFacetCollector.GroupedFacetResult
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 AbstractGroupFacetCollector.GroupedFacetResult in org.apache.lucene.search.grouping
 

Methods in org.apache.lucene.search.grouping that return AbstractGroupFacetCollector.GroupedFacetResult
 AbstractGroupFacetCollector.GroupedFacetResult AbstractGroupFacetCollector.mergeSegmentResults(int size, int minCount, boolean orderByCount)
          Returns grouped facet results that were computed over zero or more segments.
 



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