Class PrintTaxonomyStats
Prints how many ords are under each dimension.
Inherited Members
Namespace: Lucene.Net.Facet.Taxonomy
Assembly: Lucene.Net.Facet.dll
Syntax
public static class PrintTaxonomyStats
Methods
Main(string[])
Command-line tool.
Declaration
public static int Main(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args |
Returns
| Type | Description |
|---|---|
| int |
PrintStats(TaxonomyReader, TextWriter, bool)
Recursively prints stats for all ordinals.
Declaration
public static void PrintStats(TaxonomyReader r, TextWriter @out, bool printTree)
Parameters
| Type | Name | Description |
|---|---|---|
| TaxonomyReader | r | |
| TextWriter | out | |
| bool | printTree |