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
FieldsFields inherited from class org.apache.lucene.search.grouping.GroupFacetCollector.SegmentResult
counts, maxTermPos, mergePos, mergeTerm, missing, total
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentResult
(int[] counts, int total, TermsEnum tenum, int startFacetOrd, int endFacetOrd) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
nextTerm()
Go to next term in thisSegmentResult
in order to retrieve the grouped facet counts.
-
Field Details
-
tenum
-
-
Constructor Details
-
SegmentResult
SegmentResult(int[] counts, int total, TermsEnum tenum, int startFacetOrd, int endFacetOrd) throws IOException - Throws:
IOException
-
-
Method Details
-
nextTerm
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:
IOException
- If I/O related errors occur
-