C# Class Lucene.Net.Search.Grouping.Terms.TermGroupFacetCollector.MV

Implementation for multi valued facet fields.
Inheritance: TermGroupFacetCollector
Show file Open project: apache/lucenenet

Public Methods

Method Description
Collect ( int doc ) : void

Protected Methods

Method Description
CreateSegmentResult ( ) : AbstractSegmentResult

Private Methods

Method Description
MV ( string groupField, string facetField, BytesRef facetPrefix, int initialSize ) : Lucene.Net.Index
Process ( int groupOrd, int facetOrd ) : void

Method Details

Collect() public method

public Collect ( int doc ) : void
doc int
return void

CreateSegmentResult() protected method

protected CreateSegmentResult ( ) : AbstractSegmentResult
return AbstractSegmentResult