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 class
TermGroupFacetCollector.MV.SegmentResult
private static class
TermGroupFacetCollector.SV.SegmentResult
Fields 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. segmentResults
Methods in org.apache.lucene.search.grouping that return GroupFacetCollector.SegmentResult Modifier and Type Method Description protected abstract GroupFacetCollector.SegmentResult
GroupFacetCollector. createSegmentResult()
Methods in org.apache.lucene.search.grouping with parameters of type GroupFacetCollector.SegmentResult Modifier and Type Method Description protected boolean
GroupFacetCollector.SegmentResultPriorityQueue. lessThan(GroupFacetCollector.SegmentResult a, GroupFacetCollector.SegmentResult b)
-