C# 클래스 Lucene.Net.Facet.Taxonomy.PrintTaxonomyStats

파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : void

Command-line tool.

PrintStats ( TaxonomyReader r, TextWriter @out, bool printTree ) : void

Recursively prints stats for all ordinals.

PrintTaxonomyStats ( ) : System

Sole constructor.

비공개 메소드들

메소드 설명
CountAllChildren ( TaxonomyReader r, int ord ) : int
PrintAllChildren ( TextWriter @out, TaxonomyReader r, int ord, string indent, int depth ) : void

메소드 상세

Main() 공개 정적인 메소드

Command-line tool.
public static Main ( string args ) : void
args string
리턴 void

PrintStats() 공개 정적인 메소드

Recursively prints stats for all ordinals.
public static PrintStats ( TaxonomyReader r, TextWriter @out, bool printTree ) : void
r TaxonomyReader
@out System.IO.TextWriter
printTree bool
리턴 void

PrintTaxonomyStats() 공개 메소드

Sole constructor.
public PrintTaxonomyStats ( ) : System
리턴 System