Ejemplo n.º 1
0
 public void BuildIndexes()
 {
     offsets.Build();
     offset_array.Build(); //TODO: Здесь надо отменить сортировку
     s_index.Build();
     BuildScale();
 }