IndexStatTree
类定义
public static class IndexStatTree extends IndexStat
{
public long LevelsCount;
public long DuplicatesCount;
};
定义说明
LevelsCount
树索引的层级数量
DuplicatesCount
此索引中的重复项数量
public static class IndexStatTree extends IndexStat
{
public long LevelsCount;
public long DuplicatesCount;
};
树索引的层级数量
此索引中的重复项数量