public static class IndexStatTree extends IndexStat
{
public long LevelsCount;
public long DuplicatesCount;
};
LevelsCount
|
The number of levels of the tree index |
DuplicatesCount
|
The number of duplicates in this index |