Class AbstractGroupFacetCollector.AbstractSegmentResult
Inheritance
System.Object
AbstractGroupFacetCollector.AbstractSegmentResult
Assembly: Lucene.Net.Grouping.dll
Syntax
protected abstract class AbstractSegmentResult : object
Constructors
|
Improve this Doc
View Source
AbstractSegmentResult(Int32[], Int32, Int32, Int32)
Declaration
protected AbstractSegmentResult(int[] counts, int total, int missing, int maxTermPos)
Parameters
Type |
Name |
Description |
System.Int32[] |
counts |
|
System.Int32 |
total |
|
System.Int32 |
missing |
|
System.Int32 |
maxTermPos |
|
Fields
|
Improve this Doc
View Source
m_counts
Declaration
protected readonly int[] m_counts
Field Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
m_maxTermPos
Declaration
protected readonly int m_maxTermPos
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_mergePos
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_mergeTerm
Declaration
protected BytesRef m_mergeTerm
Field Value
|
Improve this Doc
View Source
m_missing
Declaration
protected readonly int m_missing
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_total
Declaration
protected readonly int m_total
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
NextTerm()
Declaration
protected abstract void NextTerm()