Uses of Class
org.apache.lucene.search.grouping.GroupFacetCollector.SegmentResult
-
Packages that use GroupFacetCollector.SegmentResult Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of GroupFacetCollector.SegmentResult in org.apache.lucene.search.grouping
Subclasses of GroupFacetCollector.SegmentResult in org.apache.lucene.search.grouping Modifier and Type Class Description private static classTermGroupFacetCollector.MV.SegmentResultprivate static classTermGroupFacetCollector.SV.SegmentResultFields in org.apache.lucene.search.grouping with type parameters of type GroupFacetCollector.SegmentResult Modifier and Type Field Description protected java.util.List<GroupFacetCollector.SegmentResult>GroupFacetCollector. segmentResultsMethods in org.apache.lucene.search.grouping that return GroupFacetCollector.SegmentResult Modifier and Type Method Description protected abstract GroupFacetCollector.SegmentResultGroupFacetCollector. createSegmentResult()Methods in org.apache.lucene.search.grouping with parameters of type GroupFacetCollector.SegmentResult Modifier and Type Method Description protected booleanGroupFacetCollector.SegmentResultPriorityQueue. lessThan(GroupFacetCollector.SegmentResult a, GroupFacetCollector.SegmentResult b)
-