C# Class Lucene.Net.Facet.Taxonomy.PrintTaxonomyStats

Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CountAllChildren ( TaxonomyReader r, int ord ) : int
PrintAllChildren ( TextWriter @out, TaxonomyReader r, int ord, string indent, int depth ) : void

Method Details

Main() public static méthode

Command-line tool.
public static Main ( string args ) : void
args string
Résultat void

PrintStats() public static méthode

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

PrintTaxonomyStats() public méthode

Sole constructor.
public PrintTaxonomyStats ( ) : System
Résultat System