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

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

Methods in org.apache.lucene.search.grouping that return types with arguments of type AbstractGroupFacetCollector.FacetEntry
 List<AbstractGroupFacetCollector.FacetEntry> AbstractGroupFacetCollector.GroupedFacetResult.getFacetEntries(int offset, int limit)
          Returns a list of facet entries to be rendered based on the specified offset and limit.
 



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