Class AbstractGroupFacetCollector.AbstractSegmentResult
Contains the local grouped segment counts for a particular segment. Each AbstractGroupFacetCollector.AbstractSegmentResult must be added together.
Inheritance
System.Object
AbstractGroupFacetCollector.AbstractSegmentResult
Assembly: Lucene.Net.Grouping.dll
Syntax
protected abstract class AbstractSegmentResult : object
Remarks
LUCENENET NOTE: Renamed from SegmentResult to AbstractSegmentResult to avoid naming conflicts with subclasses.
Constructors
Name | Description |
---|---|
AbstractSegmentResult(Int32[], Int32, Int32, Int32) |
Fields
Name | Description |
---|---|
m_counts | |
m_maxTermPos | |
m_mergePos | |
m_mergeTerm | |
m_missing | |
m_total |
Methods
Name | Description |
---|---|
NextTerm() | Go to next term in this AbstractGroupFacetCollector.AbstractSegmentResult in order to retrieve the grouped facet counts. |