C# 클래스 Lucene.Net.Search.Grouping.Terms.TermGroupFacetCollector.SV

Implementation for single valued facet fields.
상속: TermGroupFacetCollector
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Collect ( int doc ) : void

보호된 메소드들

메소드 설명
CreateSegmentResult ( ) : AbstractSegmentResult

비공개 메소드들

메소드 설명
SV ( string groupField, string facetField, BytesRef facetPrefix, int initialSize ) : Lucene.Net.Index

메소드 상세

Collect() 공개 메소드

public Collect ( int doc ) : void
doc int
리턴 void

CreateSegmentResult() 보호된 메소드

protected CreateSegmentResult ( ) : AbstractSegmentResult
리턴 AbstractSegmentResult