Module org.apache.lucene.grouping
Class TermGroupFacetCollector.SV.SegmentResult
- java.lang.Object
-
- org.apache.lucene.search.grouping.GroupFacetCollector.SegmentResult
-
- org.apache.lucene.search.grouping.TermGroupFacetCollector.SV.SegmentResult
-
- Enclosing class:
- TermGroupFacetCollector.SV
private static class TermGroupFacetCollector.SV.SegmentResult extends GroupFacetCollector.SegmentResult
-
-
Field Summary
Fields Modifier and Type Field Description (package private) TermsEnum
tenum
-
Fields inherited from class org.apache.lucene.search.grouping.GroupFacetCollector.SegmentResult
counts, maxTermPos, mergePos, mergeTerm, missing, total
-
-
Constructor Summary
Constructors Constructor Description SegmentResult(int[] counts, int total, TermsEnum tenum, int startFacetOrd, int endFacetOrd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
nextTerm()
Go to next term in thisSegmentResult
in order to retrieve the grouped facet counts.
-
-
-
Field Detail
-
tenum
final TermsEnum tenum
-
-
Constructor Detail
-
SegmentResult
SegmentResult(int[] counts, int total, TermsEnum tenum, int startFacetOrd, int endFacetOrd) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
nextTerm
protected void nextTerm() throws java.io.IOException
Description copied from class:GroupFacetCollector.SegmentResult
Go to next term in thisSegmentResult
in order to retrieve the grouped facet counts.- Specified by:
nextTerm
in classGroupFacetCollector.SegmentResult
- Throws:
java.io.IOException
- If I/O related errors occur
-
-